-
Notifications
You must be signed in to change notification settings - Fork 2
/
p4dctl.conf
73 lines (67 loc) · 2.37 KB
/
p4dctl.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
#-------------------------------------------------------------------------------
# Sample /etc/perforce/p4dctl.conf file for p4dctl
#
# See 'man 5 p4dctl.conf' for more information
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
# Environment variables common to all servers
#-------------------------------------------------------------------------------
Environment
{
P4DEBUG = "server=3" # Embedded = requires quotes
P4LOG = log
P4CONFIG = .p4config
}
#-------------------------------------------------------------------------------
# Sample server specifications
#-------------------------------------------------------------------------------
#p4d main
#{
# Owner = perforce
# Execute = /usr/local/sbin/p4d
# Prefix = /var/lib/perforce/p4-main/main
# Environment
# {
# P4ROOT = /opt/perforce/servers/main
# P4JOURNAL = journal
# P4PORT = 1666
# P4SSLDIR = ssl
# PATH = /bin:/usr/bin:/usr/local/bin:/usr/local/sbin:/opt/perforce/sbin
# }
#}
#
#p4d test
#{
# Owner = tony
# Execute = /opt/perforce/sbin/p4d
# Enabled = false
# Environment
# {
# P4ROOT = /home/tony/p4tmp
# P4JOURNAL = journal
# P4PORT = 1667
# PATH = /bin:/usr/bin:/usr/local/bin:/opt/perforce/sbin
# }
#}
#p4p india
#{
# Owner = perforce
# Execute = /opt/perforce/sbin/p4p
# Environment
# {
# P4PCACHE = /home/perforce/p4p-india
# P4TARGET = india.mycorp.com
# P4PORT = 1777
# PATH = /bin:/usr/bin:/usr/local/bin:/opt/perforce/sbin
# }
#}
#-------------------------------------------------------------------------------
# Or you can include from external files and directories
#
# For example:
#
# include /etc/perforce/p4d-main.conf (includes a specified file)
# include /etc/perforce/p4dctl.d (includes *.conf files from the directory)
#-------------------------------------------------------------------------------
# By default, include all *.conf files in /etc/perforce/p4dctl.conf.d
include /etc/perforce/p4dctl.conf.d