diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-06-04 12:21:52 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-06-04 12:21:52 +0000 |
commit | b721c9222110f0bbf2203da602f60ac0ec6f32ff (patch) | |
tree | f2e8a3de87e2d15cb5a674596bc8b26f2241d0e1 /package/network/config/firewall3/files/firewall.init | |
parent | 0dd6753c09a91d9046f9508f6f02c58212df8e5e (diff) | |
download | mtk-20170518-b721c9222110f0bbf2203da602f60ac0ec6f32ff.zip mtk-20170518-b721c9222110f0bbf2203da602f60ac0ec6f32ff.tar.gz mtk-20170518-b721c9222110f0bbf2203da602f60ac0ec6f32ff.tar.bz2 |
firewall3: rename to firewall, move into base system menu, update to git head with compatibility fixes for AA
SVN-Revision: 36838
Diffstat (limited to 'package/network/config/firewall3/files/firewall.init')
-rwxr-xr-x | package/network/config/firewall3/files/firewall.init | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/package/network/config/firewall3/files/firewall.init b/package/network/config/firewall3/files/firewall.init deleted file mode 100755 index 64e3a8c..0000000 --- a/package/network/config/firewall3/files/firewall.init +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh /etc/rc.common - -START=19 - -boot() { - # Be silent on boot, firewall might be started by hotplug already, - # so don't complain in syslog. - fw3 -q start -} - -start() { - fw3 start -} - -stop() { - fw3 flush -} - -restart() { - fw3 restart -} - -reload() { - fw3 reload -} |