Changeset e0798cc
- Timestamp:
- 2008-07-31T22:27:13Z (16 years ago)
- Branches:
- master
- Children:
- d84e2a9
- Parents:
- 0f4c2734
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
conf.c
r0f4c2734 re0798cc 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' )
Note: See TracChangeset
for help on using the changeset viewer.