From 595b37d6bb3b42543679d06b577891acff919be1 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Tue, 9 Oct 2012 04:10:06 -0400 Subject: ipa-upgradeconfig: Remove the upgrade_httpd_selinux function This function was never called from anywhere. --- install/tools/ipa-upgradeconfig | 8 -------- 1 file changed, 8 deletions(-) (limited to 'install/tools/ipa-upgradeconfig') diff --git a/install/tools/ipa-upgradeconfig b/install/tools/ipa-upgradeconfig index 51e5b1d59..97bbd66a9 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(): """ -- cgit