diff options
| author | Martin Basti <mbasti@redhat.com> | 2016-04-19 18:44:59 +0200 |
|---|---|---|
| committer | Martin Basti <mbasti@redhat.com> | 2016-04-26 14:01:42 +0200 |
| commit | 30f3d198d0dcac32deb1c129a1bf406e70b57774 (patch) | |
| tree | 4d351afb135a3e51f54e046eeb5efb7a58250586 /ipaplatform/base | |
| parent | c5686295f14c955d34d9598ddb80b30cb9df663c (diff) | |
| download | freeipa-30f3d198d0dcac32deb1c129a1bf406e70b57774.tar.gz freeipa-30f3d198d0dcac32deb1c129a1bf406e70b57774.tar.xz freeipa-30f3d198d0dcac32deb1c129a1bf406e70b57774.zip | |
Remove deprecated hostname restoration from Fedora18
This is not needed on new Fedora, because restore will not be effective.
https://fedorahosted.org/freeipa/ticket/5794
Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'ipaplatform/base')
| -rw-r--r-- | ipaplatform/base/paths.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ipaplatform/base/paths.py b/ipaplatform/base/paths.py index 62d9e703d..ca7eb6cf4 100644 --- a/ipaplatform/base/paths.py +++ b/ipaplatform/base/paths.py @@ -118,8 +118,6 @@ class BasePathNamespace(object): SYSCONFIG_HTTPD = "/etc/sysconfig/httpd" SYSCONFIG_KRB5KDC_DIR = "/etc/sysconfig/krb5kdc" SYSCONFIG_NAMED = "/etc/sysconfig/named" - SYSCONFIG_NETWORK = "/etc/sysconfig/network" - SYSCONFIG_NETWORK_IPABKP = "/etc/sysconfig/network.ipabkp" SYSCONFIG_NFS = "/etc/sysconfig/nfs" SYSCONFIG_NTPD = "/etc/sysconfig/ntpd" SYSCONFIG_ODS = "/etc/sysconfig/ods" |
