openbsd-ports/games/bnetd/patches/patch-ab
kevlo 2fe5a97968 - Fix the PLIST.
- Install bnetd into ${PREFIX}/lib/bnetd, not ${PREFIX}/bnetd.
- Fake
2000-04-05 14:35:49 +00:00

30 lines
1.3 KiB
Plaintext

--- 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 @@
# Use absolute paths in these lines to avoid problems! #
#----------------------------------------------------------------------------#
-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
# #
##############################################################################