diff options
| author | Abhishek Koneru <akoneru@redhat.com> | 2013-07-22 01:27:25 -0400 |
|---|---|---|
| committer | Abhishek Koneru <akoneru@redhat.com> | 2013-07-22 01:28:54 -0400 |
| commit | 7e1a8b7f65170b154e917b6a65d20befc6bf7832 (patch) | |
| tree | e5ee295bae8bf1635dc3db34ec9c1d9c47413dd5 /base/server/src/engine | |
| parent | c1bdf93bd774a7a8553afd9fe3cabd25be0a2b2e (diff) | |
Minor changes in Installation Summary.
Added pki client directory to the installation summary. Also
formatted the access url statement.
Ticket #645
Diffstat (limited to 'base/server/src/engine')
| -rw-r--r-- | base/server/src/engine/pkimessages.py | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/base/server/src/engine/pkimessages.py b/base/server/src/engine/pkimessages.py index fdbd28312..2e1ecba45 100644 --- a/base/server/src/engine/pkimessages.py +++ b/base/server/src/engine/pkimessages.py @@ -306,11 +306,12 @@ PKI_CONFIG_JAVA_CONFIGURATION_EXCEPTION = \ PKI_CONFIG_RESPONSE_ADMIN_CERT = "adminCert:" PKI_CONFIG_RESPONSE_STATUS = "status:" PKI_CONFIG_NOT_YET_IMPLEMENTED_1 = " %s NOT YET IMPLEMENTED" -PKI_CHECK_STATUS_MESSAGE = " To check the status of the subsystem: \n"\ -" systemctl status pki-tomcatd@%s.service" -PKI_ACCESS_URL = " The URL for the subsystem is https://%s:%s/%s" -PKI_INSTANCE_RESTART_MESSAGE = " To restart the subsystem: \n"\ -" systemctl restart pki-tomcatd@%s.service" +PKI_CHECK_STATUS_MESSAGE = " To check the status of the subsystem: \n"\ + " systemctl status pki-tomcatd\@%s.service" +PKI_ACCESS_URL = " The URL for the subsystem is: \n"\ + " https://%s:%s/%s" +PKI_INSTANCE_RESTART_MESSAGE = " To restart the subsystem: \n"\ + " systemctl restart pki-tomcatd\@%s.service" PKI_SPAWN_INFORMATION_HEADER = "\n ==========================================================================\n"\ |
