diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 07ad6eec9..e96edba76 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -442,6 +442,14 @@ if [ ! -f ${PREFIX}/etc/shorewall/providers ]; then echo "Providers file installed as ${PREFIX}/etc/shorewall/providers" fi +# +# Install the Route Rules file +# +if [ ! -f ${PREFIX}/etc/shorewall/rtrules ]; then + run_install $OWNERSHIP -m 0600 rtrules ${PREFIX}/etc/shorewall/rtrules + echo "Routing rules file installed as ${PREFIX}/etc/shorewall/rtrules" +fi + # # Install the tcclasses file # diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index 3e2aa2c91..9c57e94d8 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,6 +1,6 @@ %define name shorewall %define version 3.2.0 -%define release 0Beta3 +%define release 0Beta4 %define prefix /usr Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. @@ -97,6 +97,7 @@ fi %attr(0600,root,root) %config(noreplace) /etc/shorewall/continue %attr(0600,root,root) %config(noreplace) /etc/shorewall/started %attr(0600,root,root) %config(noreplace) /etc/shorewall/providers +%attr(0600,root,root) %config(noreplace) /etc/shorewall/rtrules %attr(0600,root,root) %config(noreplace) /etc/shorewall/tcclasses %attr(0600,root,root) %config(noreplace) /etc/shorewall/tcdevices %attr(0600,root,root) /etc/shorewall/Makefile @@ -179,6 +180,9 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples %changelog +* Sun Apr 02 2006 Tom Eastep tom@shorewall.net +- Added rtrules file +- Updated to 3.2.0-0Beta4 * Mon Mar 27 2006 Tom Eastep tom@shorewall.net - Updated to 3.2.0-0Beta3 * Sat Mar 25 2006 Tom Eastep tom@shorewall.net