2001-06-16 03:16:14 -04:00
|
|
|
#!/bin/sh
|
|
|
|
|
#
|
2002-06-13 18:14:37 -04:00
|
|
|
# $NetBSD: bootparams,v 1.6 2002/03/22 04:33:58 thorpej Exp $
|
|
|
|
|
# $FreeBSD$
|
2001-06-16 03:16:14 -04:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# PROVIDE: bootparams
|
|
|
|
|
# REQUIRE: rpcbind DAEMON
|
2002-06-13 18:14:37 -04:00
|
|
|
# BEFORE: LOGIN
|
2004-03-08 07:25:05 -05:00
|
|
|
# KEYWORD: FreeBSD nojail
|
2001-06-16 03:16:14 -04:00
|
|
|
|
|
|
|
|
. /etc/rc.subr
|
|
|
|
|
|
|
|
|
|
name="bootparamd"
|
2002-09-05 16:14:46 -04:00
|
|
|
rcvar=`set_rcvar`
|
2001-06-16 03:16:14 -04:00
|
|
|
required_files="/etc/bootparams"
|
2004-01-17 05:40:45 -05:00
|
|
|
command="/usr/sbin/${name}"
|
2002-09-05 16:14:46 -04:00
|
|
|
|
2001-06-16 03:16:14 -04:00
|
|
|
load_rc_config $name
|
|
|
|
|
run_rc_command "$1"
|