Changes in conf.c [de8e584:e0798cc]
Legend:
- Unmodified
- Added
- Removed
-
conf.c
rde8e584 re0798cc 148 148 else if( opt == 'R' ) 149 149 { 150 /* We can't load the statefile yet (and should make very sure we do this 151 only once), so set the filename here and load the state information 152 when initializing ForkDaemon. (This option only makes sense in that 153 mode anyway!) */ 154 ipc_master_set_statefile( optarg ); 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 ); 155 154 } 156 155 else if( opt == 'u' )
Note: See TracChangeset
for help on using the changeset viewer.