File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / istgt / etc / istgt_netbsd.sh.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Oct 9 09:13:23 2012 UTC (11 years, 8 months ago) by misho
Branches: istgt, MAIN
CVS tags: v20121028, v20120901, HEAD
dhcp 4.1 r7

#!/bin/sh

# PROVIDE: istgt
# REQUIRE: NETWORKING syslogd mountall
# BEFORE: LOGIN
# KEYWORD: shutdown

. /etc/rc.subr

name="istgt"
rcvar=$name
command="%%BINDIR%%/${name}"
required_files="%%CONFIGDIR%%/${name}.conf"
pidfile="/var/run/${name}.pid"
extra_commands="reload"

load_rc_config $name
run_rc_command "$1"

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>