*** frontends/rnews.c.orig Thu Oct 20 20:47:48 1994 --- frontends/rnews.c Thu Oct 20 20:48:38 1994 *************** *** 811,816 **** --- 811,817 ---- /* First thing, set up logging and our identity. */ openlog("rnews", L_OPENLOG_FLAGS, LOG_INN_PROG); + #ifndef __FreeBSD__ if (setgid(getegid()) < 0) { syslog(L_FATAL, "cant setgid to %d %m", getegid()); exit(1); *************** *** 819,824 **** --- 820,826 ---- syslog(L_FATAL, "cant setuid to %d %m", geteuid()); exit(1); } + #endif UUCPHost = getenv(_ENV_UUCPHOST); (void)umask(NEWSUMASK);