From b35cdb8ff2f87dc3e545ff54ffe829cfac1d6c52 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 26 Sep 2007 11:33:56 -0400 Subject: Remove testuser from password file. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit