diff -ur bnetd-0.4.25pre2.dist/conf/bnetd.conf.in bnetd-0.4.25pre2/conf/bnetd.conf.in --- bnetd-0.4.25pre2.dist/conf/bnetd.conf.in Thu Apr 26 17:53:47 2001 +++ bnetd-0.4.25pre2/conf/bnetd.conf.in Thu Jun 21 21:58:41 2001 @@ -15,23 +15,24 @@ # Use absolute paths in these lines to avoid problems! # #----------------------------------------------------------------------------# -filedir = /usr/local/var/files/ -userdir = /usr/local/var/users/ -reportdir = /usr/local/var/reports/ -chanlogdir = /usr/local/var/chanlogs/ -defacct = /usr/local/etc/bnetd_default_user -motdfile = /usr/local/etc/bnmotd.txt -issuefile = /usr/local/etc/bnissue.txt -channelfile = /usr/local/etc/channel.list -newsfile = /usr/local/etc/news.txt -adfile = /usr/local/etc/ad.list -ipbanfile = /usr/local/etc/bnban -helpfile = /usr/local/etc/bnhelp -transfile = /usr/local/etc/gametrans -mpqfile = /usr/local/etc/autoupdate -logfile = /usr/local/var/bnetd.log -realmfile = /usr/local/etc/realm.list -#pidfile = /usr/local/var/bnetd.pid +filedir = /var/games/bnetd/files/ +userdir = /var/games/bnetd/users/ +reportdir = /var/games/bnetd/reports/ +chanlogdir = /var/games/bnetd/chanlogs/ +defacct = /etc/bnetd/bnetd_default_user +motdfile = /etc/bnetd/bnmotd.txt +issuefile = /etc/bnetd/bnissue.txt +channelfile = /etc/bnetd/channel.list +newsfile = /etc/bnetd/news.txt +adfile = /etc/bnetd/ad.list +ipbanfile = /etc/bnetd/bnban +helpfile = /etc/bnetd/bnhelp +transfile = /etc/bnetd/gametrans +mpqfile = /etc/bnetd/autoupdate +logfile = /var/log/bnetd/bnetd.log +realmfile = /etc/bnetd/realm.list +#issuefile = /etc/bnetd/bnissue.txt +#pidfile = /var/games/bnetd/bnetd.pid fortunecmd = /usr/games/fortune @@ -242,7 +243,7 @@ # settings to take effect. # connection to an existing network -#do_uplink = false +do_uplink = false #uplink_server = localhost #uplink_username = anonymous @@ -250,15 +251,15 @@ #allow_uplink = false # location of the BITS password file -#bits_password_file = "/usr/local/etc/bits_passwd" +bits_password_file = "/etc/bnetd/bits_passwd" # location of the network-wide MOTD file (bits master only) -#bits_motd_file = "/usr/local/etc/bits_motd" +bits_motd_file = "/etc/bnetd/bits_motd" # use plaintext password transfer (bits client only) #bits_use_plaintext = false -#bits_debug = false +bits_debug = true # # ##############################################################################