RELEASE = 2010.2 ; APIVERSION = 2010.2 ; PATCHLEVEL = 8001 ; DATE = 2011 09 15 ;
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 8069 | Mark Allender | Merged Tony Smith's changes. | ||
#1 | 7584 | Mark Allender | Initial checkin of p4dctl code in order to cleanly make other modifications (better support for compressed checkpoints, prefixes for checkpoints, etc) | ||
//guest/tony_smith/perforce/p4dctl/src/Version | |||||
#4 | 7190 | Tony Smith |
Bug fix: Empty argument lists weren't handled correctly. This change fixes that |
||
#3 | 7185 | Tony Smith |
Updated linux26x86 and linux26x86_64 binaries with bugfix for failure to override global environment variables with local replacements |
||
#2 | 7180 | Tony Smith | Update p4dctl Version file, and linux26x86_64 binary | ||
#1 | 5945 | Tony Smith |
Release p4dctl, a program for starting/stopping Perforce services on Unix operating systems. Similar to, and developed in concert with, Sven Erik Knop's p4dcfg. For example: p4dctl start -a Can start multiple P4D, P4P, P4Web, or P4FTP servers in one easy command line. It can be executed by root, or by the 'owners' of the configured services and it maintains pidfiles no matter who uses it (so they remain accurate). An init script using p4dctl will typically just use: p4dctl start -a p4dctl stop -a p4dctl restart -a And check the exit status. |