[BACK]Return to newsyslog.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / newsyslog

Diff for /src/usr.bin/newsyslog/newsyslog.c between version 1.46 and 1.47

version 1.46, 2002/08/12 00:42:56 version 1.47, 2002/09/12 19:58:38
Line 92 
Line 92 
 #endif /* not lint */  #endif /* not lint */
   
 #ifndef CONF  #ifndef CONF
 #define CONF "/etc/athena/newsyslog.conf" /* Configuration file */  #define CONF "/etc/newsyslog.conf" /* Configuration file */
 #endif  #endif
 #ifndef PIDFILE  #ifndef PIDFILE
 #define PIDFILE "/etc/syslog.pid"  #define PIDFILE "/etc/syslog.pid"
 #endif  #endif
 #ifndef COMPRESS  #ifndef COMPRESS
 #define COMPRESS "/usr/ucb/compress" /* File compression program */  #define COMPRESS "/usr/bin/compress" /* File compression program */
 #endif  #endif
 #ifndef COMPRESS_POSTFIX  #ifndef COMPRESS_POSTFIX
 #define COMPRESS_POSTFIX ".Z"  #define COMPRESS_POSTFIX ".Z"
Line 123 
Line 123 
 #include <fcntl.h>  #include <fcntl.h>
 #include <pwd.h>  #include <pwd.h>
 #include <grp.h>  #include <grp.h>
   #include <limits.h>
 #include <errno.h>  #include <errno.h>
 #include <unistd.h>  #include <unistd.h>
 #include <err.h>  #include <err.h>

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47