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 (12 years, 8 months ago) by misho
Branches: istgt, MAIN
CVS tags: v20121028, v20120901, HEAD
dhcp 4.1 r7

    1: #!/bin/sh
    2: 
    3: # PROVIDE: istgt
    4: # REQUIRE: NETWORKING syslogd mountall
    5: # BEFORE: LOGIN
    6: # KEYWORD: shutdown
    7: 
    8: . /etc/rc.subr
    9: 
   10: name="istgt"
   11: rcvar=$name
   12: command="%%BINDIR%%/${name}"
   13: required_files="%%CONFIGDIR%%/${name}.conf"
   14: pidfile="/var/run/${name}.pid"
   15: extra_commands="reload"
   16: 
   17: load_rc_config $name
   18: run_rc_command "$1"

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