summaryrefslogtreecommitdiffstats
path: root/ipapython/setup.py.in
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2009-11-25 17:16:06 -0500
committerJason Gerard DeRose <jderose@redhat.com>2009-12-01 09:11:23 -0700
commit384eec771d304df730a6545e777324b310818e56 (patch)
tree77c1a903cd3ef2761cc916925229a9e4440ddb8e /ipapython/setup.py.in
parent2f8129a17c11e8bff466f702bbfc1ed43b860ebe (diff)
downloadfreeipa-384eec771d304df730a6545e777324b310818e56.tar.gz
freeipa-384eec771d304df730a6545e777324b310818e56.tar.xz
freeipa-384eec771d304df730a6545e777324b310818e56.zip
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.
Diffstat (limited to 'ipapython/setup.py.in')
-rw-r--r--ipapython/setup.py.in1
1 files changed, 0 insertions, 1 deletions
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]