packages/net/oidentd/files/oidentd.init
olli 2157c962c5 [Packages] Fix init script props
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10734 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-05 09:31:20 +00:00

12 lines
138 B
Bash

#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=85
start() {
/usr/sbin/oidentd -m -f 113
}
stop() {
killall oidentd
}