From 23c7807c07a2badfd8f38d7c351a15b3235651ca Mon Sep 17 00:00:00 2001 From: root Date: Thu, 11 Oct 2007 11:41:11 -0400 Subject: Working on adding subprofile creation support to the WebUI, as well as adding new fields to the profiles page for virt-bridge and virt-cpus. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cb2661a..8f1c482 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,8 @@ devinstall: make install cp /tmp/cobbler_settings /var/lib/cobbler/settings cp /tmp/cobbler_auth.conf /etc/cobbler/auth.conf + /sbin/service cobblerd restart + /sbin/service httpd restart sdist: clean messages updatewui python setup.py sdist -- cgit