summaryrefslogtreecommitdiff
path: root/games/quakeserver/pkg-plist
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-06-03 05:57:45 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-06-03 05:57:45 +0000
commit757a0b14522323fc7b0122fcbc9e4ed3c00059a1 (patch)
tree779b78d6fd579862b102f6c400b21e3dadd1bb2c /games/quakeserver/pkg-plist
parent"$Id$" line is spelled as such, not "$id$". Reorder variables. Replace (diff)
pkg_create can't deal with named pipes (it just hangs there, and when you
hit ^C, it will splat all the +* files in the current directory). Replace it with an explicit @exec mkfifo/chown/chmod sequence.
Notes
Notes: svn path=/head/; revision=6680
Diffstat (limited to '')
-rw-r--r--games/quakeserver/pkg-plist5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/quakeserver/pkg-plist b/games/quakeserver/pkg-plist
index b18220dbb8bb..770a7927866b 100644
--- a/games/quakeserver/pkg-plist
+++ b/games/quakeserver/pkg-plist
@@ -6,6 +6,9 @@ quakeserver/readme.port
quakeserver/qserver.sh
quakeserver/stopserver.sh
quakeserver/quakeserver.log
-quakeserver/quakeserver.in
+@exec mkfifo %D/quakeserver/quakeserver.in
+@exec chown nobody:nobody %D/quakeserver/quakeserver.in
+@exec chmod 700 %D/quakeserver/quakeserver.in
+@unexec rm -f %D/quakeserver/quakeserver.in
@dirrm quakeserver/id1
@dirrm quakeserver