summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-26 11:33:56 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-26 11:33:56 -0400
commitb35cdb8ff2f87dc3e545ff54ffe829cfac1d6c52 (patch)
tree89352cb83ff357345f3070f6387c35ec3295a515 /Makefile
parentcdc6eef91985545432ec222294b650e0d8269be1 (diff)
downloadthird_party-cobbler-b35cdb8ff2f87dc3e545ff54ffe829cfac1d6c52.tar.gz
third_party-cobbler-b35cdb8ff2f87dc3e545ff54ffe829cfac1d6c52.tar.xz
third_party-cobbler-b35cdb8ff2f87dc3e545ff54ffe829cfac1d6c52.zip
Remove testuser from password file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c4e12b5..cb2661a 100644
--- a/Makefile
+++ b/Makefile
@@ -27,8 +27,10 @@ install: clean manpage
devinstall:
cp /var/lib/cobbler/settings /tmp/cobbler_settings
+ cp /etc/cobbler/auth.conf /tmp/cobbler_auth.conf
make install
cp /tmp/cobbler_settings /var/lib/cobbler/settings
+ cp /tmp/cobbler_auth.conf /etc/cobbler/auth.conf
sdist: clean messages updatewui
python setup.py sdist