projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
711e57f
)
wshaper: add init scripwshaper: add init scriptt
author
Matteo Croce
<rootkit85@yahoo.it>
Tue, 11 Mar 2008 17:42:28 +0000
(17:42 +0000)
committer
Matteo 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]
patch
|
blob
diff --git a/net/wshaper/files/wshaper.init
b/net/wshaper/files/wshaper.init
new file mode 100644
(file)
index 0000000..
638cef2
--- /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
+}