Difference for server/init.c from version 1.9 to 1.10


version 1.9 version 1.10
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *   "$Id: init.c,v 1.9 2000/11/26 04:56:05 cvs Exp $";   *   "$Id: init.c,v 1.10 2001/03/05 02:05:19 mwedel Exp $";
  */   */
   
 /*  /*
Line 128
 
Line 128
 {"-uniquedir", 1, 1, set_uniquedir},  {"-uniquedir", 1, 1, set_uniquedir},
 {"-tmpdir", 1, 1, set_tmpdir},  {"-tmpdir", 1, 1, set_tmpdir},
 #endif  #endif
   {"-log", 1, 1, set_logfile},
   
 /* Pass 2 functions.  Most of these could probably be in pass 1,   /* Pass 2 functions.  Most of these could probably be in pass 1,
  * as they don't require much of anything to bet set up.   * as they don't require much of anything to bet set up.
  */   */
 {"-log", 1, 2, set_logfile},  
 {"-csport", 1, 2, set_csport},  {"-csport", 1, 2, set_csport},
 {"-detach", 0, 2, set_daemon},  {"-detach", 0, 2, set_daemon},
   


Legend:
line(s) removed in v.1.9 
line(s) changed
 line(s) added in v.1.10

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:34