port lots of init scripts over to rc.common (more to come)
[openwrt/svn-archive/archive.git] / net / oidentd / files / S85oidentd
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3
4 start() {
5 /usr/sbin/oidentd -m -f 113
6 }
7
8 stop() {
9 killall oidentd
10 }