File shorewall6-4.5.2-init.patch of Package shorewall
From 2ca964d81e5dfd4e6916a64538cdc3ffff59a721 Mon Sep 17 00:00:00 2001
From: Togan Muftuoglu <toganm@opensuse.org>
Date: Thu, 12 Apr 2012 15:35:17 +0200
Subject: [PATCH] shorewall6 4.5.2 init
---
Shorewall6/init.sh | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Shorewall6/init.sh b/Shorewall6/init.sh
index 4736277..54c3efe 100755
--- a/Shorewall6/init.sh
+++ b/Shorewall6/init.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-RCDLINKS="2,S41 3,S41 6,K41"
#
# The Shoreline Firewall (Shorewall6) Packet Filtering Firewall - V4.5
#
@@ -44,10 +43,12 @@ RCDLINKS="2,S41 3,S41 6,K41"
# Provides: shorewall6
# Required-Start: $local_fs $remote_fs $syslog
# Should-Start: VMware $time $named
-# Required-Stop:
+# Should-Stop: $null
+# Required-Stop: $null
# Default-Start: 2 3 5
# Default-Stop: 0 1 6
# Description: starts and stops the shorewall6 firewall
+# Short-Description: Packet filtering firewall
### END INIT INFO
################################################################################
--
1.7.7