#!/bin/sh
#
# $MidnightBSD: stable/1.1/etc/rc.d/bootparams 6634 2014-04-10 10:26:49Z laffer1 $
#

# 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"
