openbsd-ports/games/bnetd/patches/patch-ab

30 lines
1.3 KiB
Plaintext
Raw Normal View History

--- conf/bnetd.conf.orig Mon Oct 18 03:29:14 1999
+++ conf/bnetd.conf Thu Apr 6 06:10:03 2000
@@ -15,16 +15,16 @@
1999-11-09 02:06:22 -05:00
# Use absolute paths in these lines to avoid problems! #
#----------------------------------------------------------------------------#
1999-03-29 21:10:44 -05:00
1999-11-09 02:06:22 -05:00
-filedir = /home/bnetd/files/
-userdir = /home/bnetd/users/
-reportdir = /home/bnetd/reports/
-defacct = /home/bnetd/conf/bnetd_default_user
-motdfile = /home/bnetd/conf/bnmotd.txt
-channelfile = /home/bnetd/conf/channel.list
-newsfile = /home/bnetd/conf/news.txt
-adfile = /home/bnetd/conf/ad.list
-logfile = /home/bnetd/bnetd.log
-#pidfile = /home/bnetd/bnetd.pid
+filedir = /usr/local/lib/bnetd/files/
+userdir = /usr/local/lib/bnetd/users/
+reportdir = /usr/local/lib/bnetd/reports/
+defacct = /usr/local/lib/bnetd/conf/bnetd_default_user
+motdfile = /usr/local/lib/bnetd/conf/bnmotd.txt
+channelfile = /usr/local/lib/bnetd/conf/channel.list
+newsfile = /usr/local/lib/bnetd/conf/news.txt
+adfile = /user/local/lib/bnetd/conf/ad.list
+#logfile = /usr/local/lib/bnetd/bnetd.log
+#pidfile = /usr/local/lib/bnetd.pid
1999-03-29 21:10:44 -05:00
1999-11-09 02:06:22 -05:00
# #
##############################################################################