summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-server-install
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2011-03-07 16:29:08 -0500
committerRob Crittenden <rcritten@redhat.com>2011-03-08 10:23:10 -0500
commit8c50ea3da319a43bb9a7627b598566f3987be5f5 (patch)
tree0d3da7b5d5341b66e9673aa9b51fb77083f32626 /install/tools/ipa-server-install
parent3735450ab8089c64f196899ab6af2447d1c4a2fc (diff)
downloadfreeipa-8c50ea3da319a43bb9a7627b598566f3987be5f5.tar.gz
freeipa-8c50ea3da319a43bb9a7627b598566f3987be5f5.tar.xz
freeipa-8c50ea3da319a43bb9a7627b598566f3987be5f5.zip
chkconfig the ipa service off when it is uninstalled.
ticket 1056
Diffstat (limited to 'install/tools/ipa-server-install')
-rwxr-xr-xinstall/tools/ipa-server-install2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install
index 3cd7c6642..29c3f785f 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