branch Attitude Adjustment packages
[12.09/packages.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 }