add packages_10.03.2 in preparation for the 10.03.2 interim release
[10.03/packages.git] / net / oidentd / files / oidentd.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3
4 START=85
5 start() {
6         /usr/sbin/oidentd -m -f 113
7 }
8
9 stop() {
10         killall oidentd
11 }