From 8c50ea3da319a43bb9a7627b598566f3987be5f5 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 7 Mar 2011 16:29:08 -0500 Subject: chkconfig the ipa service off when it is uninstalled. ticket 1056 --- install/tools/ipa-server-install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install index 3cd7c664..29c3f785 100755 --- a/install/tools/ipa-server-install +++ b/install/tools/ipa-server-install @@ -441,6 +441,8 @@ def uninstall(): except KeyError: logging.info("Group %s already removed", dsinstance.DS_GROUP) + service.chkconfig_off('ipa') + return 0 -- cgit