Don't try to start/stop the old web UI

This commit is contained in:
Rob Crittenden 2009-02-04 10:53:21 -05:00
parent 2a584ce985
commit f87100837d

View File

@ -26,12 +26,10 @@ function start() {
/sbin/service ntpd start /sbin/service ntpd start
/sbin/service krb5kdc start /sbin/service krb5kdc start
/sbin/service ipa_kpasswd start /sbin/service ipa_kpasswd start
/sbin/service ipa_webgui start
/sbin/service httpd start /sbin/service httpd start
} }
function stop() { function stop() {
/sbin/service ipa_webgui stop
/sbin/service ipa_kpasswd stop /sbin/service ipa_kpasswd stop
/sbin/service httpd stop /sbin/service httpd stop
/sbin/service krb5kdc stop /sbin/service krb5kdc stop