From 33795d489de573d8e04d87c7ea9cbfeb48fc4dcc Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 29 Dec 2008 20:27:54 +0000 Subject: [PATCH] Add ipv6 script to trunk git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9191 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall6/shorewall6.spec | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/Shorewall6/shorewall6.spec b/Shorewall6/shorewall6.spec index 2c76a75b1..d97a91077 100644 --- a/Shorewall6/shorewall6.spec +++ b/Shorewall6/shorewall6.spec @@ -1,6 +1,6 @@ %define name shorewall6 %define version 4.2.4 -%define release 0RC3 +%define release 0base Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems. Name: %{name} @@ -59,14 +59,6 @@ if [ $1 = 0 ]; then fi -%triggerpostun -- shorewall < 4.0.0 - -if [ -x /sbin/insserv ]; then - /sbin/insserv /etc/rc.d/shorewall6 -elif [ -x /sbin/chkconfig ]; then - /sbin/chkconfig --add shorewall6; -fi - %files %defattr(0644,root,root,0755) %attr(0544,root,root) /etc/init.d/shorewall6 @@ -145,11 +137,11 @@ fi %attr(0644,root,root) %{_mandir}/man5/* %attr(0644,root,root) %{_mandir}/man8/shorewall6.8.gz -%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples6 +%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn ipv6 Samples6 %changelog -* Sun Dec 28 2008 Tom Eastep tom@shorewall.net -- Updated to 4.2.4-0RC3 +* Thu Dec 25 2008 Tom Eastep tom@shorewall.net +- Updated to 4.2.4-0base * Sun Dec 21 2008 Tom Eastep tom@shorewall.net - Updated to 4.2.4-0RC2 * Wed Dec 17 2008 Tom Eastep tom@shorewall.net