summaryrefslogtreecommitdiffstats
path: root/install/tools
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2011-08-09 12:37:56 +0200
committerRob Crittenden <rcritten@redhat.com>2011-08-18 20:16:01 -0400
commit704732630cbb466c00b0d49a88a016ed7f861c63 (patch)
tree97f75f889cfa0c55b13c3f89778a910588b722fe /install/tools
parent21441f0680c0605c849f5bb2825cadbc16bd67f7 (diff)
downloadfreeipa-704732630cbb466c00b0d49a88a016ed7f861c63.tar.gz
freeipa-704732630cbb466c00b0d49a88a016ed7f861c63.tar.xz
freeipa-704732630cbb466c00b0d49a88a016ed7f861c63.zip
Make sure messagebus is running prior to starting certmonger.
ticket 1580
Diffstat (limited to 'install/tools')
-rwxr-xr-xinstall/tools/ipa-server-install2
1 files changed, 0 insertions, 2 deletions
diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install
index 3605b0393..411324b61 100755
--- a/install/tools/ipa-server-install
+++ b/install/tools/ipa-server-install
@@ -826,8 +826,6 @@ def main():
# Now put the CA cert where other instances exepct it
ca.publish_ca_cert("/etc/ipa/ca.crt")
- service.start('messagebus')
-
# Create a directory server instance
ds = dsinstance.DsInstance(fstore=fstore)