Some of the paths #define'd in newsyslog.c
seem to be outfated.

        Jan

Index: newsyslog.c
===================================================================
RCS file: /cvs/src/usr.bin/newsyslog/newsyslog.c,v
retrieving revision 1.93
diff -u -p -r1.93 newsyslog.c
--- newsyslog.c 16 Jan 2015 06:40:10 -0000      1.93
+++ newsyslog.c 18 Feb 2015 08:58:13 -0000
@@ -75,7 +75,7 @@
 #define CONF "/etc/newsyslog.conf" /* Configuration file */
 #endif
 #ifndef PIDFILE
-#define PIDFILE "/etc/syslog.pid"
+#define PIDFILE "/var/run/syslog.pid"
 #endif
 #ifndef COMPRESS
 #define COMPRESS "/usr/bin/compress" /* File compression program */
@@ -87,7 +87,7 @@
 #define STATS_DIR "/etc"
 #endif
 #ifndef SENDMAIL
-#define SENDMAIL "/usr/lib/sendmail"
+#define SENDMAIL "/usr/sbin/sendmail"
 #endif
 
 #include <sys/param.h> /* DEV_BSIZE */

Reply via email to