aboutsummaryrefslogtreecommitdiffstats
path: root/package/firewall/files/new/firewall.init
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2008-08-11 22:27:36 +0000
committerJohn Crispin <blogic@openwrt.org>2008-08-11 22:27:36 +0000
commit4b924f0d7b32978e5161a716acc032ad68007e72 (patch)
treec66c8d821b4c251a41ef47fdd7f5237766662b57 /package/firewall/files/new/firewall.init
parentecc88154322e2996c0e6f9734b8224c94d5b070a (diff)
downloadupstream-4b924f0d7b32978e5161a716acc032ad68007e72.tar.gz
upstream-4b924f0d7b32978e5161a716acc032ad68007e72.tar.bz2
upstream-4b924f0d7b32978e5161a716acc032ad68007e72.zip
uci firewall
- make uci firewall default and remove old code - fix up dependencies git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12284 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/firewall/files/new/firewall.init')
-rwxr-xr-xpackage/firewall/files/new/firewall.init14
1 files changed, 0 insertions, 14 deletions
diff --git a/package/firewall/files/new/firewall.init b/package/firewall/files/new/firewall.init
deleted file mode 100755
index 26855f39ad..0000000000
--- a/package/firewall/files/new/firewall.init
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh /etc/rc.common
-# Copyright (C) 2008 OpenWrt.org
-
-START=45
-
-start() {
- . /lib/firewall/uci_firewall.sh
- fw_init
-}
-
-stop() {
- . /lib/firewall/uci_firewall.sh
- fw_stop
-}