Jamfile #2

  • //
  • guest/
  • sven_erik_knop/
  • p4dcfg/
  • Jamfile
  • View
  • Commits
  • Open Download .zip Download (194 B)
SubDir	P4DCFG	;

SetUidRoot p4dcfg	: 
		  configparser.cpp
		  configuration.cpp
		  p4dcfg.cpp
		  Executable.cpp
		  server.cpp
		  Proxy.cpp
		  Web.cpp
		  Ftp.cpp
		  stringtools.cpp
		  ;
# 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