30 lines
1.7 KiB
Diff
30 lines
1.7 KiB
Diff
4c4
|
|
< # description: init.d script for Arno's Iptables Firewall(AIF)
|
|
---
|
|
> # description: rc.d script for Arno's Iptables Firewall(AIF)
|
|
7c7
|
|
< # Provides: arno-iptables-firewall
|
|
---
|
|
> # Provides: rc.arno-iptables-firewall
|
|
15,21c15,22
|
|
< ############################################################################################
|
|
< # You should put this script in eg. "/etc/init.d/" . #
|
|
< # Furthermore make sure it's executable! -> "chmod 700" or "chmod +x" it #
|
|
< # If you want to run it upon boot, either add an entry in your "/etc/rc.d/rc.local" or #
|
|
< # (for eg. Debian) in "/etc/rcS.d/" create a symlink to the arno-iptables-firewall script #
|
|
< # ("ln -s /etc/init.d/arno-iptables-firewall script S99-arno-iptables-firewall script"). #
|
|
< ############################################################################################
|
|
---
|
|
> ################################################################################
|
|
> # You should put this script in "/etc/rc.d/". #
|
|
> # Furthermore make sure it's executable! -> "chmod 755" or "chmod +x" it. #
|
|
> # If you want to run it upon boot, create an "rc.firewall" symlink to the #
|
|
> # rc.arno-iptables-firewall script: #
|
|
> # #
|
|
> # ln -sv /etc/rc.d/rc.arno-iptables-firewall /etc/rc.d/rc.firewall #
|
|
> ################################################################################
|
|
24c26
|
|
< PROGRAM="/usr/local/sbin/arno-iptables-firewall"
|
|
---
|
|
> PROGRAM="/usr/sbin/arno-iptables-firewall"
|