From abb20e909a6b56b3106a8ca91ea654fa940877fe Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 21 May 2010 12:22:41 -0700 Subject: [PATCH] Spec and init file fixes Signed-off-by: Tom Eastep --- Shorewall-init/init.sh | 4 ++-- Shorewall-init/shorewall-init.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Shorewall-init/init.sh b/Shorewall-init/init.sh index f8df5b0c7..d91d1b6d6 100755 --- a/Shorewall-init/init.sh +++ b/Shorewall-init/init.sh @@ -26,8 +26,8 @@ # ### BEGIN INIT INFO # Provides: shorewall-init -# Default-Start: 3 4 5 -# Default-Stop: 0 1 2 6 +# Default-Start: 2 4 5 +# Default-Stop: # Short-Description: Initialize the firewall at boot time # Description: Place the firewall in a safe state at boot time # prior to bringing up the network. diff --git a/Shorewall-init/shorewall-init.spec b/Shorewall-init/shorewall-init.spec index 76fea5705..eebc5e0ae 100644 --- a/Shorewall-init/shorewall-init.spec +++ b/Shorewall-init/shorewall-init.spec @@ -13,7 +13,7 @@ Source: %{name}-%{version}.tgz URL: http://www.shorewall.net/ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-root -Requires: shorewall_firewall >= 4.4.10 +Requires: shoreline_firewall >= 4.4.10 %description