summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-01-24 15:48:44 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-01-24 15:48:44 +0000
commit5fe9b4304e079c0f754c2eda1d5a9f2489c03026 (patch)
tree39382e574b9242ae7205dd26408d1298d2e46bd2 /games
parentFix security hole. (diff)
- Fix path to log and pid file
Submitted by: Max E. Kuznecov <mek@mek.uz.ua> (maintainer)
Notes
Notes: svn path=/head/; revision=127189
Diffstat (limited to 'games')
-rw-r--r--games/pvpgn/Makefile1
-rw-r--r--games/pvpgn/files/patch-conf-bnetd.conf.in4
2 files changed, 3 insertions, 2 deletions
diff --git a/games/pvpgn/Makefile b/games/pvpgn/Makefile
index 401bd4538404..bdca3f5ca839 100644
--- a/games/pvpgn/Makefile
+++ b/games/pvpgn/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pvpgn
PORTVERSION= 1.7.4
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://download.berlios.de/pvpgn/
DISTFILES= ${EXTRACT_ONLY} pvpgn-support-1.0.tar.gz
diff --git a/games/pvpgn/files/patch-conf-bnetd.conf.in b/games/pvpgn/files/patch-conf-bnetd.conf.in
index a2e359b630a0..4759e5ed01a3 100644
--- a/games/pvpgn/files/patch-conf-bnetd.conf.in
+++ b/games/pvpgn/files/patch-conf-bnetd.conf.in
@@ -16,7 +16,7 @@
helpfile = /usr/local/etc/bnhelp.conf
mpqfile = /usr/local/etc/autoupdate.conf
-logfile = /usr/local/var/bnetd.log
-+logfile = /var/log/bnetd/bnetd.log
++logfile = /var/log/pvpgn/bnetd.log
realmfile = /usr/local/etc/realm.conf
maildir = /usr/local/var/bnmail
versioncheck_file = /usr/local/etc/versioncheck.conf
@@ -24,7 +24,7 @@
xplevelfile = /usr/local/etc/bnxplevel.conf
xpcalcfile = /usr/local/etc/bnxpcalc.conf
-#pidfile = /usr/local/var/bnetd.pid
-+pidfile = /var/run/bnetd/bnetd.pid
++pidfile = /var/run/pvpgn/bnetd.pid
ladderdir = /usr/local/var/ladders
command_groups_file = /usr/local/etc/command_groups.conf
tournament_file = /usr/local/etc/tournament.conf