wshaper: add init scripwshaper: add init scriptt
authorMatteo Croce <rootkit85@yahoo.it>
Tue, 11 Mar 2008 17:42:28 +0000 (17:42 +0000)
committerMatteo Croce <rootkit85@yahoo.it>
Tue, 11 Mar 2008 17:42:28 +0000 (17:42 +0000)
SVN-Revision: 10591

net/wshaper/files/wshaper.init [new file with mode: 0644]

diff --git a/net/wshaper/files/wshaper.init b/net/wshaper/files/wshaper.init
new file mode 100644 (file)
index 0000000..638cef2
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh /etc/rc.common
+
+START=45
+start() {
+       wshaper.htb
+}
+
+stop() {
+       wshaper.htb stop
+}