summaryrefslogtreecommitdiffstats
path: root/ipapython/services.py.in
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-11-01 14:23:38 -0400
committerSimo Sorce <simo@redhat.com>2012-11-01 14:23:38 -0400
commit895b2e2b4339f1b9edc2bc995e7548ac118ea5a1 (patch)
tree2e40a8561b27361cd32975352b790e745286bcbe /ipapython/services.py.in
parent1c7261773b5190ec17c7d161a83e00a979c54076 (diff)
downloadfreeipa-895b2e2b4339f1b9edc2bc995e7548ac118ea5a1.tar.gz
freeipa-895b2e2b4339f1b9edc2bc995e7548ac118ea5a1.tar.xz
freeipa-895b2e2b4339f1b9edc2bc995e7548ac118ea5a1.zip
Revert "Save service name on service startup"
This reverts commit 1ef651e7f9f5f940051dc470385aa08eefcd60af. This was an olde version of the patch, next commit will put in the acked version.
Diffstat (limited to 'ipapython/services.py.in')
-rw-r--r--ipapython/services.py.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/ipapython/services.py.in b/ipapython/services.py.in
index 16b62ca85..8fe663763 100644
--- a/ipapython/services.py.in
+++ b/ipapython/services.py.in
@@ -51,8 +51,4 @@ backup_and_replace_hostname = backup_and_replace_hostname_default
def check_selinux_status():
return
-from ipapython.platform.base import SVC_LIST_FILE
-def get_svc_list_file():
- return SVC_LIST_FILE
-
from ipapython.platform.SUPPORTED_PLATFORM import *