freebsd-ports/devel/p4d/files/perforce.conf.in
Edwin Groothuis 6a661f7c16 Maintainer update: Perforce has released new version for i386, 2002.2
PR:		ports/46745
Submitted by:	David Marshall <marshall@chezmarshall.com>
2003-01-30 06:47:58 +00:00

60 lines
1.1 KiB
Text

#
# Perforce FreeBSD configuration file
#
#
# $FreeBSD$
#
# Perforce ROOT
#
PERFORCE_ROOT="@PERFORCE_ROOT@"
#
# Perforce user (it is recommended to run p4d as a non-root user)
#
PERFORCE_USER="@PERFORCE_USER@"
#
# p4d/p4p port (default: 1666)
#
PERFORCE_PORT="@PERFORCE_PORT@"
#
# p4p cache directory
#
PERFORCE_PROXY_CACHE="@PERFORCE_CACHE@"
#
# p4p target server (default: perforce:1666)
#
PERFORCE_PROXY_TARGET="@PERFORCE_TARGET@"
#
# p4d options (see man p4d)
#
PERFORCE_OPTIONS="-d -p $PERFORCE_PORT -v server=1 -L @PERFORCE_LOGS@/p4d.log"
#
# Uncomment this line to have the server started automatically
#
#PERFORCE_START=yes
#
# p4ftpd options (see p4ftpd -h)
#
PERFORCE_FTPD_OPTIONS="-d -p $PERFORCE_PORT -v server=1 -L @PERFORCE_LOGS@/p4ftpd.log"
#
# Uncomment this line to have the server started automatically
#
#PERFORCE_FTPD_START=yes
#
# p4p options (see p4p -h)
#
PERFORCE_PROXY_OPTIONS="-d -p $PERFORCE_PORT -t $PERFORCE_PROXY_TARGET -r $PERFORCE_PROXY_CACHE -v server=1 -L @PERFORCE_LOGS@/p4p.log"
#
# Uncomment this line to have the proxy server started automatically
#
#PERFORCE_PROXY_START=yes