From 3a45652352473886030eb3abd8593113a51989ef Mon Sep 17 00:00:00 2001 From: matteo Date: Tue, 11 Mar 2008 17:42:28 +0000 Subject: [PATCH] wshaper: add init scripwshaper: add init scriptt git-svn-id: svn://svn.openwrt.org/openwrt/packages@10591 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/wshaper/files/wshaper.init | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net/wshaper/files/wshaper.init diff --git a/net/wshaper/files/wshaper.init b/net/wshaper/files/wshaper.init new file mode 100644 index 000000000..638cef24c --- /dev/null +++ b/net/wshaper/files/wshaper.init @@ -0,0 +1,10 @@ +#!/bin/sh /etc/rc.common + +START=45 +start() { + wshaper.htb +} + +stop() { + wshaper.htb stop +} -- 2.11.0