Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • conf.c

    r5c9512f r7e0af53  
    6363        conf->configdir = g_strdup( CONFIG );
    6464        conf->plugindir = g_strdup( PLUGINDIR );
    65         conf->pidfile = g_strdup( "/var/run/bitlbee.pid" );
     65        conf->pidfile = g_strdup( PIDFILE );
    6666        conf->motdfile = g_strdup( ETCDIR "/motd.txt" );
    6767        conf->ping_interval = 180;
Note: See TracChangeset for help on using the changeset viewer.