From: Matteo Croce Date: Tue, 11 Mar 2008 17:42:28 +0000 (+0000) Subject: wshaper: add init scripwshaper: add init scriptt X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=e3b0b03d0d45959fb4d0634ee192df21ee15d6b2;ds=inline wshaper: add init scripwshaper: add init scriptt SVN-Revision: 10591 --- diff --git a/net/wshaper/files/wshaper.init b/net/wshaper/files/wshaper.init new file mode 100644 index 0000000000..638cef24ce --- /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 +}