- Timestamp:
- 2006-02-02T13:59:14Z (17 years ago)
- Branches:
- master
- Children:
- ec3e411
- Parents:
- 34b17d9 (diff), a49dcd5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
conf.c
r34b17d9 r1d2e3c2 32 32 #include "ini.h" 33 33 #include "url.h" 34 #include "ipc.h" 34 35 35 36 #include "protocols/proxy.h" … … 78 79 } 79 80 80 while( argc > 0 && ( opt = getopt( argc, argv, "i:p:P:nvIDFc:d:h " ) ) >= 0 )81 while( argc > 0 && ( opt = getopt( argc, argv, "i:p:P:nvIDFc:d:hR:" ) ) >= 0 ) 81 82 /* ^^^^ Just to make sure we skip this step from the REHASH handler. */ 82 83 { … … 147 148 " -h Show this help page.\n" ); 148 149 return( NULL ); 150 } 151 else if( opt == 'R' ) 152 { 153 /* We can't load the statefile yet (and should make very sure we do this 154 only once), so set the filename here and load the state information 155 when initializing ForkDaemon. (This option only makes sense in that 156 mode anyway!) */ 157 ipc_master_set_statefile( optarg ); 149 158 } 150 159 }
Note: See TracChangeset
for help on using the changeset viewer.