[packages] unrar: update to 4.0.6, move to compression submenu
[openwrt/svn-archive/archive.git] / net / smcroute / files / smcroute.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006-2010 OpenWrt.org
3 START=50
4
5 start() {
6 smcroute -d
7 }
8
9 stop() {
10 smcroute -k
11 }