From f87100837d9e9a685f0fa10087425a090b8f4289 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 4 Feb 2009 10:53:21 -0500 Subject: Don't try to start/stop the old web UI --- install/tools/ipactl | 2 -- 1 file changed, 2 deletions(-) (limited to 'install/tools/ipactl') diff --git a/install/tools/ipactl b/install/tools/ipactl index 110383942..272b065b6 100644 --- a/install/tools/ipactl +++ b/install/tools/ipactl @@ -26,12 +26,10 @@ function start() { /sbin/service ntpd start /sbin/service krb5kdc start /sbin/service ipa_kpasswd start - /sbin/service ipa_webgui start /sbin/service httpd start } function stop() { - /sbin/service ipa_webgui stop /sbin/service ipa_kpasswd stop /sbin/service httpd stop /sbin/service krb5kdc stop -- cgit