diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-06-04 12:21:44 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-06-04 12:21:44 +0000 |
commit | a901329781eae4716c21d3d8f70a18501d9f2352 (patch) | |
tree | 00a01a7c347f94ee2e403d6460b118af13435769 /package/network/config/firewall/files/firewall.init | |
parent | 527e6610ed23a6bdf3a0105093f760d17e2061a5 (diff) |
Drop legacy firewall package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36837 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/firewall/files/firewall.init')
-rwxr-xr-x | package/network/config/firewall/files/firewall.init | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/package/network/config/firewall/files/firewall.init b/package/network/config/firewall/files/firewall.init deleted file mode 100755 index a2fd0a0e94..0000000000 --- a/package/network/config/firewall/files/firewall.init +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh /etc/rc.common -# Copyright (C) 2008-2010 OpenWrt.org - -START=45 - -FW_LIBDIR=/lib/firewall - -fw() { - . $FW_LIBDIR/core.sh - fw_$1 -} - -start() { - fw start -} - -stop() { - fw stop -} - -restart() { - fw restart -} - -reload() { - fw reload -} |