summaryrefslogtreecommitdiff
path: root/net/pxe/files/pxe.sh
blob: 6fd023a8f916f1040f301021cac2f2209ce7c962 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: pxe.sh,v 1.1 2003/07/30 18:09:27 jmmv Exp $
#
# PROVIDE: pxe
# REQUIRE: DAEMON
#

. /etc/rc.subr

name="pxe"
command="@PREFIX@/sbin/${name}"
required_files="@PKG_SYSCONFDIR@/${name}.conf"

load_rc_config $name
run_rc_command "$1"