update Sat Jun 19 06:37:00 PDT 2010
[pkgsrc.git] / net / istgt / files / istgt.sh
1 #!@RCD_SCRIPTS_SHELL@
2 #
3 # $NetBSD: istgt.sh,v 1.1.1.1 2010/02/02 16:09:51 sborrill Exp $
4 #
5
6 # PROVIDE: istgt
7 # REQUIRE: network mountcritlocal
8
9 $_rc_subr_loaded . /etc/rc.subr
10
11 name="istgt"
12 rcvar=$name
13 command="@PREFIX@/bin/${name}"
14 pidfile="/var/run/${name}.pid"
15 required_files="@PKG_SYSCONFDIR@/istgt.conf"
16
17 load_rc_config $name
18 run_rc_command "$1"