NFE - Change default RX ring size from 128 -> 256, Adjust moderation timer.
[dragonfly.git] / etc / rc.d / bootparams
blob930d08a24e5b9d8499ae7fe4b00abce8160d5ede
1 #!/bin/sh
3 # $NetBSD: bootparams,v 1.6 2002/03/22 04:33:58 thorpej Exp $
4 # $FreeBSD: src/etc/rc.d/bootparams,v 1.4 2002/09/06 16:18:05 gordon Exp $
5 # $DragonFly: src/etc/rc.d/bootparams,v 1.3 2005/11/19 21:47:32 swildner Exp $
8 # PROVIDE: bootparams
9 # REQUIRE: rpcbind DAEMON
10 # BEFORE: LOGIN
12 . /etc/rc.subr
14 name="bootparamd"
15 rcvar=`set_rcvar`
16 required_files="/etc/bootparams"
17 command="/usr/sbin/${name}"
18 load_rc_config $name
19 run_rc_command "$1"