[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, master, updated. debian/0.8.3-2-1-g178670a
Guido Günther
agx at sigxcpu.org
Thu Sep 30 15:10:56 UTC 2010
The following commit has been merged in the master branch:
commit 178670a094dc5e7aaab9a6b3bc8e31594c08c385
Author: Guido Günther <agx at sigxcpu.org>
Date: Thu Sep 30 17:10:08 2010 +0200
Add $syslog to the list of Required-{Start,Stop} services
also drop $local_fs since we already have $remote_fs
diff --git a/debian/libvirt-bin.init b/debian/libvirt-bin.init
index 40e31ae..1b3f281 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 $remote_fs
-# Required-Stop: $remote_fs
+# Required-Start: $network $remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
# 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