From: matteo Date: Tue, 11 Mar 2008 17:42:28 +0000 (+0000) Subject: wshaper: add init scripwshaper: add init scriptt X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=3a45652352473886030eb3abd8593113a51989ef;p=packages.git wshaper: add init scripwshaper: add init scriptt git-svn-id: svn://svn.openwrt.org/openwrt/packages@10591 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 +}