summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2012-10-09 04:10:06 -0400
committerMartin Kosek <mkosek@redhat.com>2012-10-10 17:33:12 +0200
commitdec8cab12f9a8702d4c3490dc0636a180d752b36 (patch)
treeb94abab01e3f4acbcf162923c906cd02d0e7b8cb /install
parentc2a62b9433c6554c06ae28ce535c78f9a1fe7fb3 (diff)
downloadfreeipa.git-dec8cab12f9a8702d4c3490dc0636a180d752b36.tar.gz
freeipa.git-dec8cab12f9a8702d4c3490dc0636a180d752b36.tar.xz
freeipa.git-dec8cab12f9a8702d4c3490dc0636a180d752b36.zip
ipa-upgradeconfig: Remove the upgrade_httpd_selinux function
This function was never called from anywhere.
Diffstat (limited to 'install')
-rw-r--r--install/tools/ipa-upgradeconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/install/tools/ipa-upgradeconfig b/install/tools/ipa-upgradeconfig
index 51e5b1d5..97bbd66a 100644
--- a/install/tools/ipa-upgradeconfig
+++ b/install/tools/ipa-upgradeconfig
@@ -304,14 +304,6 @@ def upgrade_ipa_profile(ca):
return False
-def upgrade_httpd_selinux(fstore):
- """
- Update SElinux configuration for httpd instance in the same way as the
- new server installation does.
- """
- root_logger.info('[Verifying the Apache SELinux configuration]')
- http = httpinstance.HTTPInstance(fstore)
- http.configure_selinux_for_httpd()
def named_enable_psearch():
"""