- Timestamp:
- 2008-06-29T12:47:39Z (16 years ago)
- Branches:
- master
- Children:
- f5d1b31
- Parents:
- 1145964
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
conf.c
r1145964 rcd63d58 78 78 } 79 79 80 while( argc > 0 && ( opt = getopt( argc, argv, "i:p:P:nvIDFc:d:h R:u:" ) ) >= 0 )80 while( argc > 0 && ( opt = getopt( argc, argv, "i:p:P:nvIDFc:d:hu:" ) ) >= 0 ) 81 81 /* ^^^^ Just to make sure we skip this step from the REHASH handler. */ 82 82 { … … 145 145 " -h Show this help page.\n" ); 146 146 return NULL; 147 }148 else if( opt == 'R' )149 {150 /* We can't load the statefile yet (and should make very sure we do this151 only once), so set the filename here and load the state information152 when initializing ForkDaemon. (This option only makes sense in that153 mode anyway!) */154 ipc_master_set_statefile( optarg );155 147 } 156 148 else if( opt == 'u' )
Note: See TracChangeset
for help on using the changeset viewer.