From 895b2e2b4339f1b9edc2bc995e7548ac118ea5a1 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 1 Nov 2012 14:23:38 -0400 Subject: 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. --- ipapython/services.py.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ipapython/services.py.in') 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 * -- cgit