diff options
author | Lars Thegler <lth@FreeBSD.org> | 2005-01-18 15:43:36 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2005-01-18 15:43:36 +0000 |
commit | a306f64971833bdabd84eeabcd9995cf27820aed (patch) | |
tree | 39bc9c5d9b5c792ce87779b6df47647ef167b640 /devel/p4d/files/perforce.conf.in | |
parent | 1abaada90953ee5358aea7178bc93113a227fa91 (diff) |
- Start p4web from rc.d script [1]
- Assume maintainership
Submitted by: Mark Santcroos <marks@ripe.net> [1]
Reviewed by: tobez
Notes
Notes:
svn path=/head/; revision=126720
Diffstat (limited to 'devel/p4d/files/perforce.conf.in')
-rw-r--r-- | devel/p4d/files/perforce.conf.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/p4d/files/perforce.conf.in b/devel/p4d/files/perforce.conf.in index 5db4fded51a2..803c56f86d17 100644 --- a/devel/p4d/files/perforce.conf.in +++ b/devel/p4d/files/perforce.conf.in @@ -58,3 +58,18 @@ PERFORCE_PROXY_OPTIONS="-d -p $PERFORCE_PORT -t $PERFORCE_PROXY_TARGET -r $PERFO # Uncomment this line to have the proxy server started automatically # #PERFORCE_PROXY_START=yes + +# +# p4web port +# +PERFORCE_WEB_PORT="6060" + +# +# p4web options (see p4web -h) +# +PERFORCE_WEB_OPTIONS="-B -w $PERFORCE_WEB_PORT -p $PERFORCE_PORT -v server=1" + +# +# Uncomment this line to have the web server started automatically +# +#PERFORCE_WEB_START=yes |