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