From a02e0514f60f8ce5716876717b77e8712cc38396 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Tue, 13 Sep 2011 10:47:13 +0300 Subject: Convert server install code to platform-independent access to system services https://fedorahosted.org/freeipa/ticket/1605 --- ipaserver/install/bindinstance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipaserver/install/bindinstance.py') diff --git a/ipaserver/install/bindinstance.py b/ipaserver/install/bindinstance.py index c91b6206..cdf7b939 100644 --- a/ipaserver/install/bindinstance.py +++ b/ipaserver/install/bindinstance.py @@ -615,7 +615,7 @@ class BindInstance(service.Service): pass if not enabled is None and not enabled: - self.chkconfig_off() + self.disable() if not running is None and running: self.start() -- cgit