From: Laurent Léonard Date: Sun, 5 Dec 2010 18:49:39 +0000 (+0100) Subject: Missing "Default-Stop" field in LSB comment in libvirt-guests X-Git-Tag: v0.8.7~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84094af780adf629a792d9614d88963baaa9a753;p=thirdparty%2Flibvirt.git Missing "Default-Stop" field in LSB comment in libvirt-guests The "Default-Stop" field in LSB comment in libvirt-guests is missing and should be added. I also suggests to add runlevel 2 to the "Default-Start" field. -- Laurent Léonard --- diff --git a/tools/libvirt-guests.init.in b/tools/libvirt-guests.init.in index 76dc627904..5dab36b822 100644 --- a/tools/libvirt-guests.init.in +++ b/tools/libvirt-guests.init.in @@ -6,7 +6,8 @@ # Provides: libvirt-guests # Required-Start: libvirtd # Required-Stop: libvirtd -# Default-Start: 3 4 5 +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 # Short-Description: suspend/resume libvirt guests on shutdown/boot # Description: This is a script for suspending active libvirt guests # on shutdown and resuming them on next boot