summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorroot <root@mdehaan.rdu.redhat.com>2007-09-14 15:58:33 -0400
committerroot <root@mdehaan.rdu.redhat.com>2007-09-14 15:58:33 -0400
commit2f7c2774afffbe5d5206fbc7865443fd71c29e78 (patch)
tree4f12f56e06a9b947e344363b28419a9fed2666a4 /setup.py
parent9fce10e7cf0a616b14c031d7b03c78f58a887c56 (diff)
downloadthird_party-cobbler-2f7c2774afffbe5d5206fbc7865443fd71c29e78.tar.gz
third_party-cobbler-2f7c2774afffbe5d5206fbc7865443fd71c29e78.tar.xz
third_party-cobbler-2f7c2774afffbe5d5206fbc7865443fd71c29e78.zip
Permissions cleanup and moving settings to be packaged in the RPM.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 039e007..29981a0 100644
--- a/setup.py
+++ b/setup.py
@@ -68,6 +68,7 @@ if __name__ == "__main__":
(etcpath, ['config/webui-cherrypy.cfg']),
(etcpath, ['config/rsync.exclude']),
(initpath, ['config/cobblerd']),
+ (cobpath, ['config/settings']),
# bootloaders and syslinux support files
(cobpath, ['loaders/elilo-3.6-ia64.efi']),