#!/bin/sh # # $FreeBSD: ports/net/miredo/files/isatapd.in,v 1.2 2007/02/26 23:02:03 dougb Exp $ # # PROVIDE: isatapd # REQUIRE: NETWORKING # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable isatapd: # #isatapd_enable="YES" # isatapd_enable="${isatapd_enable-NO}" . /etc/rc.subr name=isatapd rcvar=`set_rcvar` command=/usr/local/sbin/${name} required_files=/usr/local/etc/isatapd.conf load_rc_config ${name} run_rc_command "$1"