[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, master, updated. debian/0.7.5-5-6-gd05c017
Laurent Léonard
laurent at open-minds.org
Sun Jan 31 23:11:54 UTC 2010
The following commit has been merged in the master branch:
commit 0b2a9dd8a4b1b6bb3e62bf698cc593b226af99d0
Author: Laurent Léonard <laurent at open-minds.org>
Date: Sun Jan 31 23:59:27 2010 +0100
Add $remote_fs to Required-Start and Required-Stop in libvirt-bin init script.
diff --git a/debian/libvirt-bin.init b/debian/libvirt-bin.init
index 6461573..75f1faf 100755
--- a/debian/libvirt-bin.init
+++ b/debian/libvirt-bin.init
@@ -7,8 +7,8 @@
#
### BEGIN INIT INFO
# Provides: libvirt-bin libvirtd
-# Required-Start: $network $local_fs
-# Required-Stop:
+# Required-Start: $network $local_fs $remote_fs
+# Required-Stop: $remote_fs
# Should-Start: hal avahi
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
--
Libvirt Debian packaging
More information about the Pkg-libvirt-commits
mailing list