From: Ian Jackson Date: Sat, 30 Jul 2011 16:19:20 +0000 (+0100) Subject: adt-xenlvm: correct init script dependencies X-Git-Tag: debian/2.0.0~3 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=9c9f582c3e66a52b2b71f075174660ada1b41bbc;p=autopkgtest.git adt-xenlvm: correct init script dependencies --- diff --git a/xen/initscript b/xen/initscript index edad4de..0664098 100755 --- a/xen/initscript +++ b/xen/initscript @@ -4,10 +4,8 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin ### BEGIN INIT INFO # Provides: adtxenlvm -# Required-Start: $network $local_fs -# Required-Stop: -# Should-Start: $remote_fs -# Should-Stop: $remote_fs +# Required-Start: $network $remote_fs +# Required-Stop: $network $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Prepare firewall tables for autopkgtest Xen guests