<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">4c4
&lt; # description: init.d script for Arno's iptables firewall
---
&gt; # description: rc.d script for Arno's iptables firewall
7c7
&lt; # Provides:          arno-iptables-firewall
---
&gt; # Provides:          rc.arno-iptables-firewall
15,21c15,23
&lt; ############################################################################################
&lt; # You should put this script in eg. "/etc/init.d/" .                                       #
&lt; # Furthermore make sure it's executable! -&gt; "chmod 700" or "chmod +x" it                   #
&lt; # If you want to run it upon boot, either add an entry in your "/etc/rc.d/rc.local" or 	   #
&lt; # (for eg. Debian) in "/etc/rcS.d/" create a symlink to the arno-iptables-firewall script  #
&lt; # ("ln -s /etc/init.d/arno-iptables-firewall script S99-arno-iptables-firewall script").   #
&lt; ############################################################################################
---
&gt; ################################################################################
&gt; # You should put this script in "/etc/rc.d/".                                  #
&gt; # Furthermore make sure it's executable! -&gt; "chmod 755" or "chmod +x" it.      #
&gt; # If you want to run it upon boot, either create an "rc.firewall" link to this #
&gt; # script ("ln -sv /etc/rc.d/rc.arno-iptables-firewall /etc/rc.d/rc.firewall")  #
&gt; # or edit the network system startup script "/etc/rc.d/rc.inet2", by renaming  #
&gt; # both occurrences of "rc.firewall" to match the name ot this script, that is, #
&gt; # "rc.arno-iptables-firewall".                                                 #
&gt; ################################################################################
24c25
&lt; PROGRAM="/usr/local/sbin/arno-iptables-firewall"
---
&gt; PROGRAM="/usr/sbin/arno-iptables-firewall"
</pre></body></html>