summaryrefslogtreecommitdiffstats
path: root/pki/dogtag/common-ui/shared
diff options
context:
space:
mode:
authormharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-03-03 22:09:01 +0000
committermharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-03-03 22:09:01 +0000
commit3c3dab708f4a763cca056edebff862eb7d26e776 (patch)
tree9af262147111f4367090329f7141cb81dd700efa /pki/dogtag/common-ui/shared
parent6a95833f494e6d7cbb6db4a151b0391b70eeef07 (diff)
downloadpki-3c3dab708f4a763cca056edebff862eb7d26e776.tar.gz
pki-3c3dab708f4a763cca056edebff862eb7d26e776.tar.xz
pki-3c3dab708f4a763cca056edebff862eb7d26e776.zip
Bugzilla Bug #440344 - Installation page should tell admins to use "service",
not "/etc/init.d" on Linux. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@270 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/dogtag/common-ui/shared')
-rw-r--r--pki/dogtag/common-ui/shared/admin/console/config/donepanel.vm6
1 files changed, 3 insertions, 3 deletions
diff --git a/pki/dogtag/common-ui/shared/admin/console/config/donepanel.vm b/pki/dogtag/common-ui/shared/admin/console/config/donepanel.vm
index 573beda20..17f5aa803 100644
--- a/pki/dogtag/common-ui/shared/admin/console/config/donepanel.vm
+++ b/pki/dogtag/common-ui/shared/admin/console/config/donepanel.vm
@@ -33,12 +33,12 @@ function performPanel() {
<img alt="" src="../img/icon_crit_update.gif">&nbsp;<font color="red">$errorString</font>
#end
#if ($systemType.equals("tks"))
-Restart the server on the command line by typing "/etc/init.d/$instanceId restart". After performing this restart, the server should become operational.
+As 'root', restart the server on the command line by typing "$initCommand restart". After performing this restart, the server should become operational.
#else
#if ($externalCA.equals("true") && $systemType.equals("kra"))
-Restart the server on the command line by typing "/etc/init.d/$instanceId restart". Startup the administration console to add the peer CA to the Trusted Manager's Group. Make sure to add the transport certificate and connector information to the peer CA. After performing this restart, the server should become operational.
+As 'root', restart the server on the command line by typing "$initCommand restart". Startup the administration console to add the peer CA to the Trusted Manager's Group. Make sure to add the transport certificate and connector information to the peer CA. After performing this restart, the server should become operational.
#else
-Restart the server on the command line by typing "/etc/init.d/$instanceId restart". After performing this restart, the server should become operational.
+As 'root', restart the server on the command line by typing "$initCommand restart". After performing this restart, the server should become operational.
<br/>
Please go to the <A href="https://$host:$port/$systemType/services"><b>services page</b></A> to access all of the available interfaces.
<br/>