File 0001-remote_fs.patch of Package shorewall
From afaee2f38ec2dab9f6177d6a3e7f23f5efd94d48 Mon Sep 17 00:00:00 2001 From: Togan Muftuoglu <toganm@opensuse.org> Date: Sun, 7 Oct 2012 10:08:30 +0200 Subject: [PATCH] remote_fs Added $remote_fs for required start --- init.suse.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/init.suse.sh +++ b/init.suse.sh @@ -25,7 +25,7 @@ # ### BEGIN INIT INFO # Provides: shorewall-init -# Required-Start: $local_fs +# Required-Start: $local_fs $remote_fs # Required-Stop: $local_fs # Default-Start: 2 3 5 # Default-Stop: 0 1 6