[packages] fontconfig: fix cross-compilation (closes: #5502), add m5sum, cleanup
[openwrt/svn-archive/archive.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 }