#!/sbin/runscript # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ depend() { need localmount net after bootmisc } start() { start-stop-daemon -S /usr/sbin/p910nd -p /var/run/p9100d.pid -- -f ${dev} ${opts} } stop() { start-stop-daemon -K /usr/sbin/p910nd -p /var/run/p9100d.pid }