diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2007-02-18 17:10:14 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2007-02-18 17:10:14 +0000 |
commit | 7e0af5345f398a439459ac1752b8a946fb53a87e (patch) | |
tree | 00b87f0468331ccbc86dfef8246d8617075c2007 /conf.c | |
parent | 5c5a586d73330f3f3f2c1b0d6d9f1caddfb79850 (diff) |
configure --pidfile= actually works now.
Diffstat (limited to 'conf.c')
-rw-r--r-- | conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ conf_t *conf_load( int argc, char *argv[] ) conf->oper_pass = NULL; conf->configdir = g_strdup( CONFIG ); conf->plugindir = g_strdup( PLUGINDIR ); - conf->pidfile = g_strdup( "/var/run/bitlbee.pid" ); + conf->pidfile = g_strdup( PIDFILE ); conf->motdfile = g_strdup( ETCDIR "/motd.txt" ); conf->ping_interval = 180; conf->ping_timeout = 300; |