]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tools: Only install guests init script if --with-init=script=redhat
authorCole Robinson <crobinso@redhat.com>
Sun, 21 Oct 2012 02:29:51 +0000 (22:29 -0400)
committerCole Robinson <crobinso@redhat.com>
Wed, 12 Dec 2012 00:54:37 +0000 (19:54 -0500)
commitd13155c20c0df9595e33c120a68b3544192d6740
treeba9b621e88959755a452bf6ff6b75912f60ade74
parenta4e44e674eb833af10c74af0c297dd5b3e60fa67
tools: Only install guests init script if --with-init=script=redhat

Most of this deals with moving the libvirt-guests.sh script which
does all the work to /usr/libexec, so it can be shared by both
systemd and traditional init. Previously systemd depended on
the script being in /etc/init.d

Required to fix https://bugzilla.redhat.com/show_bug.cgi?id=789747
.gitignore
libvirt.spec.in
po/POTFILES.in
tools/Makefile.am
tools/libvirt-guests.init.in [new file with mode: 0644]
tools/libvirt-guests.service.in
tools/libvirt-guests.sh.in [moved from tools/libvirt-guests.init.sh with 95% similarity]