Changes in conf.c [e0798cc:de8e584]
Legend:
- Unmodified
- Added
- Removed
-
conf.c
re0798cc rde8e584 148 148 else if( opt == 'R' ) 149 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 ); 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 ); 154 155 } 155 156 else if( opt == 'u' )
Note: See TracChangeset
for help on using the changeset viewer.