From ea893f1e35a0e02de1c15ab592c712f66a020efd Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 11 Dec 2008 17:23:51 +0000 Subject: [PATCH] Minor change to .spec git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8991 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall6-lite/shorewall6-lite.spec | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Shorewall6-lite/shorewall6-lite.spec b/Shorewall6-lite/shorewall6-lite.spec index c3e1c8d26..196109799 100644 --- a/Shorewall6-lite/shorewall6-lite.spec +++ b/Shorewall6-lite/shorewall6-lite.spec @@ -21,7 +21,7 @@ The Shoreline Firewall 6, more commonly known as "Shorewall6", is a Netfilter (ip6tables) based firewall that can be used on a dedicated firewall system, a multi-function gateway/ router/server or on a standalone GNU/Linux system. -Shorewall Lite is a companion product to Shorewall6 that allows network +Shorewall6 Lite is a companion product to Shorewall6 that allows network administrators to centralize the configuration of Shorewall6-based firewalls. %prep @@ -49,11 +49,6 @@ if [ $1 -eq 1 ]; then elif [ -x /sbin/chkconfig ]; then /sbin/chkconfig --add shorewall6-lite; fi -elif [ -f /etc/shorewall6-lite/shorewall.conf.rpmsave ]; then - mv -f /etc/shorewall6-lite/shorewall6-lite.conf /etc/shorewall6-lite/shorewall6-lite.conf.rpmnew - mv -f /etc/shorewall6-lite/shorewall.conf.rpmsave /etc/shorewall6-lite/shorewall6-lite.conf - echo "/etc/shorewall6-lite/shorewall.conf retained as /etc/shorewall6-lite/shorewall6-lite.conf" - echo "/etc/shorewall6-lite/shorewall6-lite.conf installed as /etc/shorewall6-lite/shorewall6-lite.conf.rpmnew" fi %preun