From e3b0b03d0d45959fb4d0634ee192df21ee15d6b2 Mon Sep 17 00:00:00 2001 From: Matteo Croce Date: Tue, 11 Mar 2008 17:42:28 +0000 Subject: [PATCH] wshaper: add init scripwshaper: add init scriptt SVN-Revision: 10591 --- 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 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 +} -- 2.30.2