| Current Path : /var/tmp/mergemaster/preserved-files-170206-102132/etc/rc.d/ |
| Current File : //var/tmp/mergemaster/preserved-files-170206-102132/etc/rc.d/bootparams |
#!/bin/sh
#
# $FreeBSD: releng/9.2/etc/rc.d/bootparams 231653 2012-02-14 10:16:56Z dougb $
#
# PROVIDE: bootparams
# REQUIRE: rpcbind DAEMON
# BEFORE: LOGIN
# KEYWORD: nojail
. /etc/rc.subr
name="bootparamd"
rcvar="bootparamd_enable"
required_files="/etc/bootparams"
command="/usr/sbin/${name}"
load_rc_config $name
run_rc_command "$1"