Add ipv6 script to trunk

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9191 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2008-12-29 20:27:54 +00:00
parent d73e5dcfe9
commit 33795d489d

View File

@ -1,6 +1,6 @@
%define name shorewall6 %define name shorewall6
%define version 4.2.4 %define version 4.2.4
%define release 0RC3 %define release 0base
Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems. Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems.
Name: %{name} Name: %{name}
@ -59,14 +59,6 @@ if [ $1 = 0 ]; then
fi 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 %files
%defattr(0644,root,root,0755) %defattr(0644,root,root,0755)
%attr(0544,root,root) /etc/init.d/shorewall6 %attr(0544,root,root) /etc/init.d/shorewall6
@ -145,11 +137,11 @@ fi
%attr(0644,root,root) %{_mandir}/man5/* %attr(0644,root,root) %{_mandir}/man5/*
%attr(0644,root,root) %{_mandir}/man8/shorewall6.8.gz %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 %changelog
* Sun Dec 28 2008 Tom Eastep tom@shorewall.net * Thu Dec 25 2008 Tom Eastep tom@shorewall.net
- Updated to 4.2.4-0RC3 - Updated to 4.2.4-0base
* Sun Dec 21 2008 Tom Eastep tom@shorewall.net * Sun Dec 21 2008 Tom Eastep tom@shorewall.net
- Updated to 4.2.4-0RC2 - Updated to 4.2.4-0RC2
* Wed Dec 17 2008 Tom Eastep tom@shorewall.net * Wed Dec 17 2008 Tom Eastep tom@shorewall.net