unfs3: add support for compiling with the external librpc
[openwrt/svn-archive/archive.git] / net / wshaper / files / wshaper.init
1 #!/bin/sh /etc/rc.common
2
3 START=45
4 start() {
5 wshaper.htb
6 }
7
8 stop() {
9 wshaper.htb stop
10 }