diff options
author | Petr Viktorin <pviktori@redhat.com> | 2012-10-09 04:10:06 -0400 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2012-10-10 17:33:01 +0200 |
commit | 595b37d6bb3b42543679d06b577891acff919be1 (patch) | |
tree | 29cbca77d9eca18fda2af8eeae29320a50085e85 /install | |
parent | 0840b588d753e468ce16f47944e8a332864e3166 (diff) | |
download | freeipa-595b37d6bb3b42543679d06b577891acff919be1.tar.gz freeipa-595b37d6bb3b42543679d06b577891acff919be1.tar.xz freeipa-595b37d6bb3b42543679d06b577891acff919be1.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-upgradeconfig | 8 |
1 files changed, 0 insertions, 8 deletions
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(): """ |