[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.8 and 1.9

version 1.8, 2003/06/03 02:56:14 version 1.9, 2014/07/10 14:29:27
Line 55 
Line 55 
 #endif  #endif
   
 /*  /*
  * Define _PATH_OLDRDIST to be the name of the original rdist that  
  * was distributed with 4.3BSD.  
  *  
  * If you want to be backwards compability with the old rdist, uncomment  
  # the "#define" line.  If you don't want to be backwards compability or  
  * don't have the old rdist, then uncomment the "#undef" line.  
  */  
 #ifndef _PATH_OLDRDIST  
 #define _PATH_OLDRDIST  "/usr/ucb/oldrdist"     /* Enable compat */  
 #endif  
 /*#undef  _PATH_OLDRDIST*/                              /* Disable compat */  
   
 /*  
  * Check to see if file is on a NFS.  If it is, the file is   * Check to see if file is on a NFS.  If it is, the file is
  * skipped unless the hostname specified in the Distfile has   * skipped unless the hostname specified in the Distfile has
  * a trailing "+".  e.g. "foobar+".  This feature is enabled by   * a trailing "+".  e.g. "foobar+".  This feature is enabled by

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9