summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-12-06 17:17:04 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-12-06 17:17:04 -0500
commita3dae83c8e09a3c9d9c4b3a52c43fc9fde6119f5 (patch)
treec17991d1d472b147737267c3db97660175e0e5fe /Makefile
parentee982d8decf00b76afb659829946f0c48c40e57b (diff)
downloadthird_party-cobbler-a3dae83c8e09a3c9d9c4b3a52c43fc9fde6119f5.tar.gz
third_party-cobbler-a3dae83c8e09a3c9d9c4b3a52c43fc9fde6119f5.tar.xz
third_party-cobbler-a3dae83c8e09a3c9d9c4b3a52c43fc9fde6119f5.zip
Lots of logging improvements, keep sync from blitzing the WebUI
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 8bef981..c40b4ed 100644
--- a/Makefile
+++ b/Makefile
@@ -37,14 +37,12 @@ install: clean manpage
devinstall:
cp /var/lib/cobbler/settings /tmp/cobbler_settings
- cp /etc/cobbler/auth.conf /tmp/cobbler_auth.conf
cp /etc/cobbler/modules.conf /tmp/cobbler_modules.conf
- -cp /var/www/cgi-bin/cobbler/.htpasswd /tmp/cobbler_htpasswd
+ -cp /etc/cobbler/users.digest /tmp/cobbler_users.digest
make install
cp /tmp/cobbler_settings /var/lib/cobbler/settings
- cp /tmp/cobbler_auth.conf /etc/cobbler/auth.conf
cp /tmp/cobbler_modules.conf /etc/cobbler/modules.conf
- -cp /tmp/cobbler_htpasswd /var/www/cgi-bin/cobbler/.htpasswd
+ -cp /tmp/cobbler_users.digest /etc/cobbler/users.digest
find /var/lib/cobbler/triggers | xargs chmod +x
chown -R apache /var/www/cobbler
chown -R apache /var/www/cgi-bin/cobbler