Hi all: The new providers file was not in the install.sh and shorewall.spec files Patches attached, are they in the correct format? Jerry -------------- next part -------------- --- shorewall-2.3.2test/shorewall.spec 2005-05-19 17:44:33.000000000 -0500 +++ shorewall-2.3.2/shorewall.spec 2005-05-19 09:16:52.000000000 -0500 @@ -96,6 +96,7 @@ %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/routes +%attr(0600,root,root) %config(noreplace) /etc/shorewall/providers %attr(0544,root,root) /sbin/shorewall -------------- next part -------------- --- shorewall-2.3.2test/install.sh 2005-05-19 17:51:04.000000000 -0500 +++ shorewall-2.3.2/install.sh 2005-05-19 09:16:52.000000000 -0500 @@ -579,6 +579,16 @@ ln -s ${DEST}/${INIT} /usr/share/shorewall/init fi +# Install the providers file +# +if [ -f ${PREFIX}/etc/shorewall/providers ]; then + backup_file /etc/shorewall/providers +else + run_install $OWNERSHIP -m 0744 zones ${PREFIX}/etc/shorewall/providers + echo + echo "providers file installed as ${PREFIX}/etc/shorewall/providers" +fi + # # Install the firewall script #
Jerry Vonau wrote:> Patches attached, are they in the correct format?They are perfect, Jerry. Thanks. -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key
Alexander Wilms
2005-May-20 08:15 UTC
[Shorewall-devel] Multi ISP support restart/default route issue
Hi Tom, as you requested via ICQ, here comes the "restart trace" file. If I''m right, a restart or a clear/start cycle doesn''t flush the default routing entry, but shorewall tries to generate it again. Result: RTNETLINK answers: File exists Thank you, Alex -------------- next part -------------- A non-text attachment was scrubbed... Name: trace.bz2 Type: application/x-bzip2 Size: 28600 bytes Desc: not available Url : http://lists.shorewall.net/pipermail/shorewall-devel/attachments/20050520/e6a49f20/trace-0001.bz2
Tom Eastep
2005-May-20 10:01 UTC
[Shorewall-devel] Multi ISP support restart/default route issue
Alexander Wilms wrote:> Hi Tom, > > as you requested via ICQ, here comes the "restart trace" file. > > If I''m right, a restart or a clear/start cycle doesn''t flush the default > routing entry, but shorewall tries to generate it again. > Result: RTNETLINK answers: File exists >This problem is corrected by the ''firewall'' script in http://shorewall.net/pub/shorewall/2.3/shorewall-2.3.2/errata. Thanks, Alex -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key
Apparently Analagous Threads
- Need help with spec file for Apache-2.4.7
- Annoyment in the install.sh script
- [PATCH] paravirt: noreplace-paravirt is implemented for x86 and ia-64
- [PATCH] paravirt: noreplace-paravirt is implemented for x86 and ia-64
- Off-topic: Howto decrypt OpenSSL file in Win32 environment