[BACK]Return to config.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / rdist

Diff for /src/usr.bin/rdist/config.h between version 1.11 and 1.12

version 1.11, 2015/01/20 03:55:18 version 1.12, 2015/01/20 07:03:21
Line 72 
Line 72 
 #define RTIMEOUT        900  #define RTIMEOUT        900
   
 /*  /*
  * Define LOG_OPTS to be the syslog/openlog() logging options you  
  * wish to use.  Define to be 0 if you don't want any options.  
  * Define LOG_FACILITY to be the syslog/openlog() facility to log  
  * to.  Both LOG_OPTS and LOG_FACILITY values are defined in <syslog.h>  
  * If you don't have syslog, then undefine both values.  
  */  
 #define LOG_OPTS                LOG_PID  
 #if     defined(LOG_DAEMON)  
 #       define LOG_FACILITY     LOG_DAEMON  
 #endif  
   
 /*  
  * Syslog levels.  Define these to match the levels you want to log   * Syslog levels.  Define these to match the levels you want to log
  * via syslog().  These are defined in <syslog.h>.  If you don't want   * via syslog().  These are defined in <syslog.h>.  If you don't want
  * a particuliar level logged _ever_, undefine it.  What is logged is   * a particuliar level logged _ever_, undefine it.  What is logged is

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12