=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/message.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- src/usr.bin/rdist/message.c 2015/01/20 06:08:08 1.25 +++ src/usr.bin/rdist/message.c 2015/01/20 07:03:21 1.26 @@ -1,4 +1,4 @@ -/* $OpenBSD: message.c,v 1.25 2015/01/20 06:08:08 guenther Exp $ */ +/* $OpenBSD: message.c,v 1.26 2015/01/20 07:03:21 guenther Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -242,13 +242,7 @@ break; case MF_SYSLOG: -#if defined(LOG_OPTS) -#if defined(LOG_FACILITY) - openlog(progname, LOG_OPTS, LOG_FACILITY); -#else - openlog(progname, LOG_OPTS); -#endif /* LOG_FACILITY */ -#endif /* LOG_OPTS */ + openlog(progname, LOG_PID, LOG_DAEMON); break; }