diff options
author | Lars Thegler <lth@FreeBSD.org> | 2005-02-20 14:54:00 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2005-02-20 14:54:00 +0000 |
commit | bb9c06466b5390eb3a2987d18af68e7c95094602 (patch) | |
tree | e398460c30a160bad3f225fcc27abee704ac769e /devel/perforce/files | |
parent | 40d3ec33245c6a6e5e1db053ebe13c0df7c26030 (diff) |
Notes
Diffstat (limited to 'devel/perforce/files')
-rw-r--r-- | devel/perforce/files/perforce.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/perforce/files/perforce.sh.in b/devel/perforce/files/perforce.sh.in index f0ed1db1c3b5..2ebc5809fa48 100644 --- a/devel/perforce/files/perforce.sh.in +++ b/devel/perforce/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 ;; |