diff options
| author | Michael DeHaan <mdehaan@redhat.com> | 2008-04-14 16:31:08 -0400 |
|---|---|---|
| committer | Michael DeHaan <mdehaan@redhat.com> | 2008-04-14 16:31:08 -0400 |
| commit | 51119d1acc532cfad68b9fe4a1daa945fe7cd3f0 (patch) | |
| tree | ba5f3f661513b51c4a850b4c4fec2a1fa2b9fd5b /Makefile | |
| parent | 6f6c1c700aac364d5cb2f29d039c950f26767f10 (diff) | |
| download | cobbler-51119d1acc532cfad68b9fe4a1daa945fe7cd3f0.tar.gz cobbler-51119d1acc532cfad68b9fe4a1daa945fe7cd3f0.tar.xz cobbler-51119d1acc532cfad68b9fe4a1daa945fe7cd3f0.zip | |
Better kerberos support. See the Wiki.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -38,6 +38,7 @@ install: clean manpage devinstall: cp /var/lib/cobbler/settings /tmp/cobbler_settings cp /etc/cobbler/modules.conf /tmp/cobbler_modules.conf + cp /etc/httpd/conf.d/cobbler.conf /tmp/cobbler_http.conf cp /etc/cobbler/users.conf /tmp/cobbler_users.conf -cp /etc/cobbler/users.digest /tmp/cobbler_users.digest make install @@ -45,6 +46,7 @@ devinstall: cp /tmp/cobbler_modules.conf /etc/cobbler/modules.conf cp /tmp/cobbler_users.conf /etc/cobbler/users.conf -cp /tmp/cobbler_users.digest /etc/cobbler/users.digest + 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 |
