From a6e094ac61ed2ec25bfc4deec882fcff4202c027 Mon Sep 17 00:00:00 2001 From: Abhishek Koneru Date: Wed, 3 Apr 2013 11:15:22 -0400 Subject: Remove the respawn logic in deploy scripts. Remove all the declarations, definitions and invocations of respawn() method in the deploment scripts. Remove the -u update option in pkispawn script. Ticket #542 --- base/server/man/man8/pkispawn.8 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'base/server/man') diff --git a/base/server/man/man8/pkispawn.8 b/base/server/man/man8/pkispawn.8 index d3e980302..e28d63587 100644 --- a/base/server/man/man8/pkispawn.8 +++ b/base/server/man/man8/pkispawn.8 @@ -18,7 +18,7 @@ pkispawn \- Sets up an instance of Certificate Server. .SH SYNOPSIS -pkispawn -s -f [-h] [-u] [-v] [-p ] +pkispawn -s -f [-h] [-v] [-p ] .SH DESCRIPTION Sets up an instance of Certificate Server. This utility creates any of the Java-based Certificate Server subsystems (CA, KRA, OCSP, and TKS). @@ -74,9 +74,6 @@ Specifies the path to the user-defined configuration file. This file contains d .B -h, --help Prints additional help information. .TP -.B -u -Runs this script in upgrade mode, to update an existing instance. -.TP .B -v Displays verbose information about the installation. This flag can be provided multiple times to increase verbosity. See .B pkispawn -h -- cgit