From 5d08d51fe55c7f0fcf1e97c7dc19e8494fa4c9b2 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 15 Feb 2010 08:39:50 -0800 Subject: [PATCH] Add $remote_fs to Required-Start and Required-Stop for Debian Signed-off-by: Tom Eastep --- Shorewall-lite/init.debian.sh | 4 ++-- Shorewall/init.debian.sh | 4 ++-- Shorewall6-lite/init.debian.sh | 4 ++-- Shorewall6/init.debian.sh | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Shorewall-lite/init.debian.sh b/Shorewall-lite/init.debian.sh index e84f1025d..9bd387d32 100755 --- a/Shorewall-lite/init.debian.sh +++ b/Shorewall-lite/init.debian.sh @@ -2,8 +2,8 @@ ### BEGIN INIT INFO # Provides: shorewall-lite -# Required-Start: $network -# Required-Stop: $network +# Required-Start: $network $remote_fs +# Required-Stop: $network $remote_fs # Default-Start: S # Default-Stop: 0 6 # Short-Description: Configure the firewall at boot time diff --git a/Shorewall/init.debian.sh b/Shorewall/init.debian.sh index d0f86e25f..4cc0398fc 100755 --- a/Shorewall/init.debian.sh +++ b/Shorewall/init.debian.sh @@ -1,8 +1,8 @@ #!/bin/sh ### BEGIN INIT INFO # Provides: shorewall -# Required-Start: $network -# Required-Stop: $network +# Required-Start: $network $remote_fs +# Required-Stop: $network $remote_fs # Default-Start: S # Default-Stop: 0 6 # Short-Description: Configure the firewall at boot time diff --git a/Shorewall6-lite/init.debian.sh b/Shorewall6-lite/init.debian.sh index 576db1b75..fb1e394cf 100755 --- a/Shorewall6-lite/init.debian.sh +++ b/Shorewall6-lite/init.debian.sh @@ -2,8 +2,8 @@ ### BEGIN INIT INFO # Provides: shorewall6-lite -# Required-Start: $network -# Required-Stop: $network +# Required-Start: $network $remote_fs +# Required-Stop: $network $remote_fs # Default-Start: S # Default-Stop: 0 6 # Short-Description: Configure the firewall at boot time diff --git a/Shorewall6/init.debian.sh b/Shorewall6/init.debian.sh index 559e5427e..a5aae1add 100755 --- a/Shorewall6/init.debian.sh +++ b/Shorewall6/init.debian.sh @@ -1,8 +1,8 @@ #!/bin/sh ### BEGIN INIT INFO # Provides: shorewall6 -# Required-Start: $network -# Required-Stop: $network +# Required-Start: $network $remote_fs +# Required-Stop: $network $remote_fs # Default-Start: S # Default-Stop: 0 6 # Short-Description: Configure the firewall at boot time