summaryrefslogtreecommitdiffstats
path: root/pki/dogtag/tps-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/tps-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/tps-ui/shared')
-rw-r--r--pki/dogtag/tps-ui/shared/docroot/tps/admin/console/config/donepanel.vm8
1 files changed, 4 insertions, 4 deletions
diff --git a/pki/dogtag/tps-ui/shared/docroot/tps/admin/console/config/donepanel.vm b/pki/dogtag/tps-ui/shared/docroot/tps/admin/console/config/donepanel.vm
index db18fd64f..40003bf9e 100644
--- a/pki/dogtag/tps-ui/shared/docroot/tps/admin/console/config/donepanel.vm
+++ b/pki/dogtag/tps-ui/shared/docroot/tps/admin/console/config/donepanel.vm
@@ -1,7 +1,7 @@
<!-- --- BEGIN COPYRIGHT BLOCK ---
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
+ License as published by the Free Software Foundation.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -33,12 +33,12 @@ function performPanel() {
<img src="../img/icon_crit_update.gif">&nbsp;<font color="red">$errorString</font>
#end
#if ($systemType == "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 == "true" && $systemType == "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
+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">agent interface</A> page to access all of the available agent interfaces.