From 9c9f582c3e66a52b2b71f075174660ada1b41bbc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 30 Jul 2011 17:19:20 +0100 Subject: [PATCH] adt-xenlvm: correct init script dependencies --- xen/initscript | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.30.2