]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - etc/rc.d/bootparams
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / etc / rc.d / bootparams
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 # PROVIDE: bootparams
7 # REQUIRE: rpcbind DAEMON
8 # BEFORE:  LOGIN
9 # KEYWORD: nojail
10
11 . /etc/rc.subr
12
13 name="bootparamd"
14 rcvar="bootparamd_enable"
15 required_files="/etc/bootparams"
16 command="/usr/sbin/${name}"
17
18 load_rc_config $name
19 run_rc_command "$1"