Version #4

  • //
  • guest/
  • marc_wensauer/
  • perforce/
  • p4dctl/
  • src/
  • Version
  • View
  • Commits
  • Open Download .zip Download (83 B)
RELEASE		= 2010.1 ;
APIVERSION	= 2010.1 ;
PATCHLEVEL	= 7830 ;
DATE		= 2010 12 03 ;
# Change User Description Committed
#4 7840 Marc Wensauer Refresh from Tony's branch to pull in changes 7581-7830
#3 7224 Marc Wensauer Update Version on my branch
#2 7223 Marc Wensauer Refresh from Tony's branch to pull in changes 7177-7190
#1 7131 Marc Wensauer Branch from Tony's source (@6319)
//guest/tony_smith/perforce/p4dctl/src/Version
#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.