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