74c6e1f3e2
* convert to rc.subr-style script.
16 lines
296 B
Bash
16 lines
296 B
Bash
#!@RCD_SCRIPTS_SHELL@
|
|
#
|
|
# $NetBSD: dhid.sh,v 1.4 2002/09/23 07:07:03 grant Exp $
|
|
#
|
|
# PROVIDE: dhid
|
|
# REQUIRE: NETWORK
|
|
|
|
. /etc/rc.subr
|
|
|
|
name="dhid"
|
|
command="@PREFIX@/sbin/${name}"
|
|
pidfile="/var/run/${name}.pid"
|
|
required_files="@PKG_SYSCONFDIR@/dhid.conf"
|
|
|
|
load_rc_config $name
|
|
run_rc_command "$1"
|