summaryrefslogtreecommitdiffstats
path: root/pki/base/ca
diff options
context:
space:
mode:
authormharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-03-07 01:34:20 +0000
committermharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-03-07 01:34:20 +0000
commit4841db5f3d19b9976bc51106368c5b888814a0c1 (patch)
tree347342044da1a740e6b8acd58daded0d612669b3 /pki/base/ca
parent2c54b9aaa5ba7dfd41f0fe74b7842f8da7c072cf (diff)
downloadpki-4841db5f3d19b9976bc51106368c5b888814a0c1.tar.gz
pki-4841db5f3d19b9976bc51106368c5b888814a0c1.tar.xz
pki-4841db5f3d19b9976bc51106368c5b888814a0c1.zip
Bugzilla Bug #440350 - Dogtag stop/start scripts should be chkconfig aware.
Bugzilla Bug #488162 - Fix permissions on "pwcache.conf" file . . . git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@289 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/base/ca')
-rwxr-xr-xpki/base/ca/shared/etc/init.d/httpd14
1 files changed, 7 insertions, 7 deletions
diff --git a/pki/base/ca/shared/etc/init.d/httpd b/pki/base/ca/shared/etc/init.d/httpd
index 65abf68ac..e8b8de4c8 100755
--- a/pki/base/ca/shared/etc/init.d/httpd
+++ b/pki/base/ca/shared/etc/init.d/httpd
@@ -18,14 +18,14 @@
# All rights reserved.
# --- END COPYRIGHT BLOCK ### ---
#
-# Startup script for Tomcat 5.0, the Apache Servlet Engine
+# [PKI_INSTANCE_ID] Startup script for Tomcat 5.0, the Apache Servlet Engine
#
-# chkconfig: - 80 20
-# description: Tomcat 5.0 is the Apache Servlet Engine RI
-# for Servlet 2.4/JSP 2.0
-# processname: tomcat
-# pidfile: /var/run/tomcat5.pid
-# config: /etc/tomcat5/tomcat5.conf
+# chkconfig: - 81 19
+# description: Tomcat 5.0 is the Apache Servlet Engine RI
+# for Servlet 2.4/JSP 2.0
+# processname: [PKI_INSTANCE_ID]
+# pidfile: /var/run/[PKI_INSTANCE_ID].pid
+# config: /etc/[PKI_INSTANCE_ID]/tomcat5.conf
#
# Gomez Henri <hgomez@users.sourceforge.net>
# Keith Irwin <keith_irwin@non.hp.com>