Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 7e0af53
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2007-02-18T17:10:14Z (
18 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
f959495
Parents:
5c5a586
Message:
configure --pidfile= actually works now.
File:
1 edited
conf.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
conf.c
r5c5a586
r7e0af53
63
63
conf->configdir = g_strdup( CONFIG );
64
64
conf->plugindir = g_strdup( PLUGINDIR );
65
conf->pidfile = g_strdup(
"/var/run/bitlbee.pid"
);
65
conf->pidfile = g_strdup(
PIDFILE
);
66
66
conf->motdfile = g_strdup( ETCDIR "/motd.txt" );
67
67
conf->ping_interval = 180;
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive