Change 5945

tony_smith (Tony Smith)
Tony Smith committed this change into //guest/tony_smith/perforce/p4dctl/src
Request Review
Download .zip
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.
  • Files 29
  • Comments 0
0 edited 29 added 0 deleted
Jamfile#1
Loading...
Jamrules#1
Loading...
LICENSE#1
Loading...
README#1
Loading...
Version#1
Loading...
cmdline.cpp#1
Loading...
cmdline.h#1
Loading...
config.cpp#1
Loading...
config.h#1
Loading...
configlex.c#1
Loading...
configlex.l#1
Loading...
configparse.c#1
Loading...
configparse.h#1
Loading...
configparse.y#1
Loading...
mkversion#1
Loading...
p4d.conf#1
Loading...
p4d.conf.sample#1
Loading...
p4dctl.cpp#1
Loading...
p4dctldebug.h#1
Loading...
p4dctlerr.cpp#1
Loading...
p4dctlerr.h#1
Loading...
p4ui.cpp#1
Loading...
p4ui.h#1
Loading...
parsesupp.c#1
Loading...
parsesupp.h#1
Loading...
server.cpp#1
Loading...
server.h#1
Loading...
varlist.cpp#1
Loading...
varlist.h#1
Loading...
Tip: Use n and p to cycle through the changes.