From d9c3cbb968b66320b59f8cda36111423cc97c8fa Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 16 Sep 2010 13:40:36 -0400 Subject: Have ipactl start named after the KDC, otherwise it will fail. --- install/tools/ipactl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/tools/ipactl b/install/tools/ipactl index fa865116..596f07ff 100755 --- a/install/tools/ipactl +++ b/install/tools/ipactl @@ -26,7 +26,7 @@ IFS=";" # start and stop are basically a reverse of each other services_stop="ipa_kpasswd;httpd;krb5kdc;dirsrv;ntpd;named;pki-cad pki-ca" -services_start="dirsrv;ntpd;named;krb5kdc;ipa_kpasswd;httpd;pki-cad pki-ca" +services_start="dirsrv;ntpd;krb5kdc;named;ipa_kpasswd;httpd;pki-cad pki-ca" function is_running() { # $1 = service to check on -- cgit