Merge from vendor branch TNF:
[pkgsrcv2.git] / net / pxe / files / pxe.sh
1 #!@RCD_SCRIPTS_SHELL@
2 #
3 # $NetBSD: pxe,v 1.3 2002/09/23 15:11:41 grant Exp $
4 #
5 # PROVIDE: pxe
6 # REQUIRE: DAEMON
7 #
8
9 . /etc/rc.subr
10
11 name="pxe"
12 command="@PREFIX@/sbin/${name}"
13 required_files="@PKG_SYSCONFDIR@/${name}.conf"
14
15 load_rc_config $name
16 run_rc_command "$1"