Changeset devel,412
- Timestamp:
- 2008-07-31T22:27:13Z (2 years ago)
- branch-nick:
- devel
- revision id:
- wilmer@gaast.net-20080731222713-8crmhnbbz6snn0x0
- Files:
-
- 1 modified
-
devel/conf.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
devel/conf.c
r406 r412 78 78 } 79 79 80 while( argc > 0 && ( opt = getopt( argc, argv, "i:p:P:nvIDFc:d:h u:" ) ) >= 0 )80 while( argc > 0 && ( opt = getopt( argc, argv, "i:p:P:nvIDFc:d:hR:u:" ) ) >= 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 /* Backward compatibility; older BitlBees passed this 151 info using a command-line flag. Allow people to 152 upgrade from such a version for now. */ 153 setenv( "_BITLBEE_RESTART_STATE", optarg, 0 ); 147 154 } 148 155 else if( opt == 'u' )
