# A comment P4DEBUG="server=3" P4LOG=log Client=/usr/local/bin/p4 Server=/usr/local/bin/p4d Owner=perforce P4JOURNAL=journal p4d main { P4ROOT=/home/perforce/main P4PORT=1666 } p4d latest { P4ROOT=/home/perforce/latest P4PORT=1667 } p4p main { P4PORT = 1669 P4TARGET = perforce:1666 P4PCACHE = /home/perforce/p4pcache }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 5987 | Sven Erik Knop |
Few minor changes: All commands now accept variable called "Options". This can be used to collect all options for which Perforce has not defined an environment variable - for example the undocumented "-C1" for p4d to start a case insensitive server. p4d also accepts the variables P4USER and P4PASSWD. These are only used for stopping the service, which is done first via "p4 admin stop". Note that if the stop via the admin command fails, p4dcfg will stop the service via a kill |
||
#1 | 5882 | Sven Erik Knop | initial publish |