]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/rc.d/bootparams
This commit was generated by cvs2svn to compensate for changes in r172958,
[FreeBSD/FreeBSD.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$
5 #
6
7 # PROVIDE: bootparams
8 # REQUIRE: rpcbind DAEMON
9 # BEFORE:  LOGIN
10 # KEYWORD: nojail
11
12 . /etc/rc.subr
13
14 name="bootparamd"
15 rcvar=`set_rcvar`
16 required_files="/etc/bootparams"
17 command="/usr/sbin/${name}"
18
19 load_rc_config $name
20 run_rc_command "$1"