summaryrefslogtreecommitdiffstats
path: root/ipapython/platform/systemd.py
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2012-08-15 22:53:51 -0400
committerRob Crittenden <rcritten@redhat.com>2012-09-17 18:43:36 -0400
commit3dd31a875650c7fe7c67ca6b47f2058c1181dafb (patch)
tree137f46dfe1684ebcbd6e9e70ef3c5a690ab32d07 /ipapython/platform/systemd.py
parent79b89f41962985cf0ab96238b21409b5874f67f8 (diff)
downloadfreeipa.git-3dd31a875650c7fe7c67ca6b47f2058c1181dafb.tar.gz
freeipa.git-3dd31a875650c7fe7c67ca6b47f2058c1181dafb.tar.xz
freeipa.git-3dd31a875650c7fe7c67ca6b47f2058c1181dafb.zip
Modifications to install scripts for dogtag 10
Dogtag 10 uses a new installer, new directory layout and new default ports. This patch changes the ipa install code to integrate these changes. https://fedorahosted.org/freeipa/ticket/2846
Diffstat (limited to 'ipapython/platform/systemd.py')
-rw-r--r--ipapython/platform/systemd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipapython/platform/systemd.py b/ipapython/platform/systemd.py
index a233e104..c174488c 100644
--- a/ipapython/platform/systemd.py
+++ b/ipapython/platform/systemd.py
@@ -41,10 +41,10 @@ class SystemdService(base.PlatformService):
# Short-cut: if there is already exact service name, return it
if self.lib_path_exists and len(instance_name) == 0:
if len(elements) == 1:
- # service name is like pki-cad.target or krb5kdc.service
+ # service name is like pki-tomcatd.target or krb5kdc.service
return self.service_name
if len(elements) > 1 and elements[1][0] != '.':
- # Service name is like pki-cad@pki-ca.service and that file exists
+ # Service name is like pki-tomcatd@pki-tomcat.service and that file exists
return self.service_name
if len(elements) > 1: