|
Lines 46-58
Link Here
|
| 46 |
# - "pass" : db password # |
46 |
# - "pass" : db password # |
| 47 |
# # |
47 |
# # |
| 48 |
# Examples: # |
48 |
# Examples: # |
| 49 |
# storage_path = file:dir=/usr/local/var/users;clan=/usr/local/var/clans;default=/usr/local/etc/bnetd_default_user.plain |
49 |
# storage_path = file:dir=%statedir%/users;clan=%statedir%/clans;default=%confdir%/bnetd_default_user.plain |
| 50 |
# storage_path = cdb:dir=/usr/local/var/userscdb;clan=/usr/local/var/clans;default=/usr/local/etc/bnetd_default_user.cdb |
50 |
# storage_path = cdb:dir=%statedir%/userscdb;clan=%statedir%/clans;default=%confdir%/bnetd_default_user.cdb |
| 51 |
# storage_path = sql:mode=mysql;host=127.0.0.1;name=PVPGN;user=pvpgn;pass=pvpgnrocks;default=0 |
51 |
# storage_path = sql:mode=mysql;host=127.0.0.1;name=PVPGN;user=pvpgn;pass=pvpgnrocks;default=0 |
| 52 |
# storage_path = sql:mode=pgsql;host=127.0.0.1;name=pvpgn;user=pvpgn;pass=pvpgnrocks;default=0 |
52 |
# storage_path = sql:mode=pgsql;host=127.0.0.1;name=pvpgn;user=pvpgn;pass=pvpgnrocks;default=0 |
| 53 |
#----------------------------------------------------------------------------# |
53 |
#----------------------------------------------------------------------------# |
| 54 |
|
54 |
|
| 55 |
storage_path = file:dir=/usr/local/var/users;clan=/usr/local/var/clans;default=/usr/local/etc/bnetd_default_user.plain |
55 |
storage_path = file:dir=%statedir%/users;clan=%statedir%/clans;default=%confdir%/bnetd_default_user.plain |
| 56 |
|
56 |
|
| 57 |
# # |
57 |
# # |
| 58 |
############################################################################## |
58 |
############################################################################## |
|
Lines 63-98
Link Here
|
| 63 |
# Use absolute paths in these lines to avoid problems! # |
63 |
# Use absolute paths in these lines to avoid problems! # |
| 64 |
#----------------------------------------------------------------------------# |
64 |
#----------------------------------------------------------------------------# |
| 65 |
|
65 |
|
| 66 |
filedir = /usr/local/var/files |
66 |
filedir = %datadir% |
| 67 |
reportdir = /usr/local/var/reports |
67 |
reportdir = %statedir%/reports |
| 68 |
chanlogdir = /usr/local/var/chanlogs |
68 |
chanlogdir = %statedir%/chanlogs |
| 69 |
motdfile = /usr/local/etc/bnmotd.txt |
69 |
motdfile = %confdir%/bnmotd.txt |
| 70 |
issuefile = /usr/local/etc/bnissue.txt |
70 |
issuefile = %confdir%/bnissue.txt |
| 71 |
channelfile = /usr/local/etc/channel.conf |
71 |
channelfile = %confdir%/channel.conf |
| 72 |
newsfile = /usr/local/etc/news.txt |
72 |
newsfile = %confdir%/news.txt |
| 73 |
adfile = /usr/local/etc/ad.conf |
73 |
adfile = %confdir%/ad.conf |
| 74 |
topicfile = /usr/local/etc/topics.conf |
74 |
topicfile = %statedir%/etc/topics.conf |
| 75 |
ipbanfile = /usr/local/etc/bnban.conf |
75 |
ipbanfile = %statedir%/etc/bnban.conf |
| 76 |
helpfile = /usr/local/etc/bnhelp.conf |
76 |
helpfile = %confdir%/bnhelp.conf |
| 77 |
transfile = /usr/local/etc/gametrans.conf |
77 |
transfile = %confdir%/gametrans.conf |
| 78 |
mpqfile = /usr/local/etc/autoupdate.conf |
78 |
mpqfile = %confdir%/autoupdate.conf |
| 79 |
logfile = /usr/local/var/bnetd.log |
79 |
logfile = %logdir%/bnetd.log |
| 80 |
realmfile = /usr/local/etc/realm.conf |
80 |
realmfile = %confdir%/realm.conf |
| 81 |
maildir = /usr/local/var/bnmail |
81 |
maildir = %statedir%/bnmail |
| 82 |
versioncheck_file = /usr/local/etc/versioncheck.conf |
82 |
versioncheck_file = %confdir%/versioncheck.conf |
| 83 |
mapsfile = /usr/local/etc/bnmaps.conf |
83 |
mapsfile = %confdir%/bnmaps.conf |
| 84 |
xplevelfile = /usr/local/etc/bnxplevel.conf |
84 |
xplevelfile = %confdir%/bnxplevel.conf |
| 85 |
xpcalcfile = /usr/local/etc/bnxpcalc.conf |
85 |
xpcalcfile = %confdir%/bnxpcalc.conf |
| 86 |
#pidfile = /usr/local/var/bnetd.pid |
86 |
#pidfile = /usr/local/var/bnetd.pid |
| 87 |
ladderdir = /usr/local/var/ladders |
87 |
ladderdir = %statedir%/ladders |
| 88 |
command_groups_file = /usr/local/etc/command_groups.conf |
88 |
command_groups_file = %confdir%/command_groups.conf |
| 89 |
tournament_file = /usr/local/etc/tournament.conf |
89 |
tournament_file = %confdir%/tournament.conf |
| 90 |
statusdir = /usr/local/var/status |
90 |
statusdir = %statedir%/status |
| 91 |
aliasfile = /usr/local/etc/bnalias.conf |
91 |
aliasfile = %confdir%/bnalias.conf |
| 92 |
w3trans_file = /usr/local/etc/w3trans.conf |
92 |
w3trans_file = %confdir%/w3trans.conf |
| 93 |
anongame_infos_file = /usr/local/etc/anongame_infos.conf |
93 |
anongame_infos_file = %confdir%/anongame_infos.conf |
| 94 |
DBlayoutfile = /usr/local/etc/sql_DB_layout.conf |
94 |
DBlayoutfile = %confdir%/sql_DB_layout.conf |
| 95 |
supportfile = /usr/local/etc/supportfile.conf |
95 |
supportfile = %confdir%/supportfile.conf |
| 96 |
|
96 |
|
| 97 |
fortunecmd = /usr/games/fortune |
97 |
fortunecmd = /usr/games/fortune |
| 98 |
|
98 |
|