diff options
author | Michael DeHaan <mdehaan@redhat.com> | 2008-06-25 14:58:20 -0400 |
---|---|---|
committer | Michael DeHaan <mdehaan@redhat.com> | 2008-06-25 14:58:20 -0400 |
commit | 1e7b1b8ba5a982ca801a4d8246934a2315dd5931 (patch) | |
tree | eb9138807fdb1b68143ac7bcf89828b2e8c3d003 /Makefile | |
parent | 449e841102ab32c88c3559b92069ba648bd61a8d (diff) | |
download | cobbler-1e7b1b8ba5a982ca801a4d8246934a2315dd5931.tar.gz cobbler-1e7b1b8ba5a982ca801a4d8246934a2315dd5931.tar.xz cobbler-1e7b1b8ba5a982ca801a4d8246934a2315dd5931.zip |
Remove references to manage_dhcp_mode and manage_dns_mode as this is governed by modules.conf, and rewrite the restart-services trigger to understand restart_dhcp and restart_dns variables, which are now mentioned in the settings file. Also, clean up the tests so they work more nicely on F9, and remove some unused lines from the Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -49,14 +49,12 @@ devinstall: -cp /tmp/cobbler_http.conf /etc/httpd/conf.d/cobbler.conf find /var/lib/cobbler/triggers | xargs chmod +x chown -R apache /var/www/cobbler - chown -R apache /var/www/cgi-bin/cobbler chmod -R +x /var/www/cobbler/web chmod -R +x /var/www/cobbler/svc webtest: devinstall /sbin/service cobblerd restart /sbin/service httpd restart - chmod +x /var/www/cgi-bin/cobbler/*.cgi sdist: clean messages updatewui python setup.py sdist |