Fix locations of PF helpers.
[dragonfly.git] / etc / rc.d / bootparams
1 #!/bin/sh
2 #
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.2 2004/01/26 17:21:15 rob Exp $
6 #
7
8 # PROVIDE: bootparams
9 # REQUIRE: rpcbind DAEMON
10 # BEFORE:  LOGIN
11 # KEYWORD: DragonFly
12
13 . /etc/rc.subr
14
15 name="bootparamd"
16 rcvar=`set_rcvar`
17 required_files="/etc/bootparams"
18 command="/usr/sbin/${name}"
19 load_rc_config $name
20 run_rc_command "$1"