Merge from vendor branch GDB:
[dragonfly.git] / etc / rc.d / bootparams
1 #!/bin/sh
2 #
3 # $NetBSD: bootparams,v 1.6 2002/03/22 04:33:58 thorpej Exp $
4 # $FreeBSD: src/etc/rc.d/bootparams,v 1.4 2002/09/06 16:18:05 gordon Exp $
5 # $DragonFly: src/etc/rc.d/bootparams,v 1.3 2005/11/19 21:47:32 swildner Exp $
6 #
7
8 # PROVIDE: bootparams
9 # REQUIRE: rpcbind DAEMON
10 # BEFORE:  LOGIN
11
12 . /etc/rc.subr
13
14 name="bootparamd"
15 rcvar=`set_rcvar`
16 required_files="/etc/bootparams"
17 command="/usr/sbin/${name}"
18 load_rc_config $name
19 run_rc_command "$1"