[Pkg-libvirt-commits] [SCM] Libvirt debian packaging branch, master, updated. debian/0.6.3-2
Guido Günther
agx at sigxcpu.org
Thu May 7 13:00:39 UTC 2009
The following commit has been merged in the master branch:
commit 8ebd17d9c930436a79236b1299d77da86a6e0b57
Author: Guido Günther <agx at sigxcpu.org>
Date: Thu May 7 12:25:40 2009 +0200
update startup priorities
due to changed libvirt-bin startup priority. Also add an LSB header.
Closes: #526944
diff --git a/debian/libvirt-suspendonreboot b/debian/libvirt-suspendonreboot
index f23cf5d..de23685 100644
--- a/debian/libvirt-suspendonreboot
+++ b/debian/libvirt-suspendonreboot
@@ -1,10 +1,17 @@
-#! /bin/bash
-
+#! /bin/sh
+### BEGIN INIT INFO
+# Provides: libvirt-suspendonreboot
+# Required-Start: libvirtd
+# Required-Stop: libvirtd $remote_fs
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: suspend/resmum vms on reboot
+### END INIT INFO
# (c) Andi Barth <aba at not.so.argh.org> 2008
# Distributable under the terms of the GNU GPL version 2.
#
# copy to /etc/init.d/libvirt-suspendonreboot and use
-# update-rc.d libvirt-suspendonreboot defaults 21 19
+# update-rc.d libvirt-suspendonreboot defaults 29 71
# to enable
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
--
Libvirt debian packaging
More information about the Pkg-libvirt-commits
mailing list