#!/bin/sh /etc/rc.common # Copyright (C) 2006 OpenWrt.org RARPD=/usr/sbin/rarpd DEFAULT=/etc/default/rarpd [ -f $DEFAULT ] && . $DEFAULT start() { $RARPD $OPTIONS } stop() { killall rarpd }