summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-03-26 12:49:35 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-03-26 12:49:35 -0400
commita6a82750ac3cab01fbafdd689a7ea1f5f6dc0bf7 (patch)
treea7807216eb748704facc493065095c9abcdf701e /Makefile
parent297805a2c498e57556348f3bb28e8f054c2556aa (diff)
downloadthird_party-cobbler-a6a82750ac3cab01fbafdd689a7ea1f5f6dc0bf7.tar.gz
third_party-cobbler-a6a82750ac3cab01fbafdd689a7ea1f5f6dc0bf7.tar.xz
third_party-cobbler-a6a82750ac3cab01fbafdd689a7ea1f5f6dc0bf7.zip
Updated LDAP and authorization code, plus packaging
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c40b4ed..e742e39 100644
--- a/Makefile
+++ b/Makefile
@@ -38,10 +38,12 @@ install: clean manpage
devinstall:
cp /var/lib/cobbler/settings /tmp/cobbler_settings
cp /etc/cobbler/modules.conf /tmp/cobbler_modules.conf
+ cp /etc/cobbler/users.conf /tmp/cobbler_users.conf
-cp /etc/cobbler/users.digest /tmp/cobbler_users.digest
make install
cp /tmp/cobbler_settings /var/lib/cobbler/settings
cp /tmp/cobbler_modules.conf /etc/cobbler/modules.conf
+ cp /tmp/cobbler_users.conf /etc/cobbler/users.conf
-cp /tmp/cobbler_users.digest /etc/cobbler/users.digest
find /var/lib/cobbler/triggers | xargs chmod +x
chown -R apache /var/www/cobbler