From 384eec771d304df730a6545e777324b310818e56 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 25 Nov 2009 17:16:06 -0500 Subject: Replace /etc/ipa/ipa.conf with /etc/ipa/default.conf The new framework uses default.conf instead of ipa.conf. This is useful also because Apache uses a configuration file named ipa.conf. This wipes out the last vestiges of the old ipa.conf from v1. --- ipapython/setup.py.in | 1 - 1 file changed, 1 deletion(-) (limited to 'ipapython/setup.py.in') diff --git a/ipapython/setup.py.in b/ipapython/setup.py.in index 667c5ae00..99af2a7c5 100644 --- a/ipapython/setup.py.in +++ b/ipapython/setup.py.in @@ -66,7 +66,6 @@ def setup_package(): platforms = ["Linux", "Solaris", "Unix"], package_dir = {'ipapython': ''}, packages = [ "ipapython" ], - data_files = [('/etc/ipa', ['ipa.conf'])] ) finally: del sys.path[0] -- cgit