Add non dependency booting support for libvirt-guests
authorLaurent Léonard <laurent@open-minds.org>
Thu, 20 Jan 2011 23:04:52 +0000 (00:04 +0100)
committerLaurent Léonard <laurent@open-minds.org>
Thu, 20 Jan 2011 23:04:52 +0000 (00:04 +0100)
debian/rules

index 25e9935..98c2528 100755 (executable)
@@ -59,7 +59,7 @@ EXAMPLES_DIR = $(CURDIR)/debian/libvirt-doc/usr/share/doc/libvirt-doc/examples/
 binary-install/libvirt-bin::
        cp $(CURDIR)/tools/libvirt-guests.init.sh $(CURDIR)/debian/libvirt-bin.libvirt-guests.init
        cp $(CURDIR)/tools/libvirt-guests.sysconf $(CURDIR)/debian/libvirt-bin.libvirt-guests.default
-       dh_installinit --name=libvirt-guests --no-restart-on-upgrade
+       dh_installinit --name=libvirt-guests --no-restart-on-upgrade -- defaults 29 71
 
 binary-install/libvirt-doc::
        find $(EXAMPLES_DIR) -name "*.o" -type f -delete -o -name .libs -type d -exec rm -rf {} \;