add packages_10.03.2 in preparation for the 10.03.2 interim release
[10.03/packages.git] / net / nocatauth / files / nocatauth-gateway
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2009 OpenWrt.org
3
4 START=90
5 GATEWAY=/usr/nocatauth/bin/gateway
6 CONF=/etc/nocat.conf
7
8 start() {
9         $GATEWAY -f $CONF
10 }
11
12 stop() {
13         killall gateway
14 }