summaryrefslogtreecommitdiff
path: root/devel/p4d/files
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2008-12-29 14:38:38 +0000
committerLars Thegler <lth@FreeBSD.org>2008-12-29 14:38:38 +0000
commitb2701303053d814c32ef497efb744fd62e45e6ad (patch)
treedd9f7605f2cdcbf43c6300b55126c241381a6c3c /devel/p4d/files
parent- Update to 6.4.8-2 (diff)
- Update to 08.2
- Drop alpha support - Fix log dir location [1] - Fix depot permissions [1] - Separate DIST_SUBDIR [2] Submitted by: Bernard Treves Brown [1], infofarmer [2]
Notes
Notes: svn path=/head/; revision=224948
Diffstat (limited to 'devel/p4d/files')
-rw-r--r--devel/p4d/files/perforce.sh.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/p4d/files/perforce.sh.in b/devel/p4d/files/perforce.sh.in
index 2ebc5809fa48..0567a4823bad 100644
--- a/devel/p4d/files/perforce.sh.in
+++ b/devel/p4d/files/perforce.sh.in
@@ -12,6 +12,7 @@ start)
[ -f @PREFIX@/etc/perforce.conf ] && . @PREFIX@/etc/perforce.conf
if [ -x $p4d -a x$PERFORCE_START = xyes ]; then
echo -n ' p4d'
+ umask 027
su -fm $PERFORCE_USER -c "$p4d -r $PERFORCE_ROOT $PERFORCE_OPTIONS"
fi
if [ -x $p4ftpd -a x$PERFORCE_FTPD_START = xyes ]; then