]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/rc.d/bootparams
Merge branch 'releng/11.3' into releng-CDN/11.3
[FreeBSD/FreeBSD.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 desc="Boot parameter daemon"
15 rcvar="bootparamd_enable"
16 required_files="/etc/bootparams"
17 command="/usr/sbin/${name}"
18
19 load_rc_config $name
20 run_rc_command "$1"