Changeset 7e0af53 for conf.c


Ignore:
Timestamp:
2007-02-18T17:10:14Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
f959495
Parents:
5c5a586
Message:

configure --pidfile= actually works now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • conf.c

    r5c5a586 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.