summaryrefslogtreecommitdiff
path: root/devel/p4d/files
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2005-02-20 14:54:00 +0000
committerLars Thegler <lth@FreeBSD.org>2005-02-20 14:54:00 +0000
commitbb9c06466b5390eb3a2987d18af68e7c95094602 (patch)
treee398460c30a160bad3f225fcc27abee704ac769e /devel/p4d/files
parent- create the .package dir (caused issues for gauche-gtk) (diff)
- Now builds on amd64 [1]
- Fixed output redirection for p4web [2] Submitted by: arved [1], "Ryan F." <ryan@kalama.no-ip.org> [2]
Notes
Notes: svn path=/head/; revision=129364
Diffstat (limited to 'devel/p4d/files')
-rw-r--r--devel/p4d/files/perforce.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p4d/files/perforce.sh.in b/devel/p4d/files/perforce.sh.in
index f0ed1db1c3b5..2ebc5809fa48 100644
--- a/devel/p4d/files/perforce.sh.in
+++ b/devel/p4d/files/perforce.sh.in
@@ -24,7 +24,7 @@ start)
fi
if [ -x $p4web -a x$PERFORCE_WEB_START = xyes ]; then
echo -n ' p4web'
- su -fm $PERFORCE_USER -c "$p4web $PERFORCE_WEB_OPTIONS > /dev/null 2>&1 &"
+ su -fm $PERFORCE_USER -c "$p4web $PERFORCE_WEB_OPTIONS &" >/dev/null 2>&1
fi
;;