inet6: only mark autoconf addresses tentative if detached
[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 #
6
7 # PROVIDE: bootparams
8 # REQUIRE: DAEMON
9 # BEFORE:  LOGIN
10
11 . /etc/rc.subr
12
13 name="bootparamd"
14 rcvar=`set_rcvar`
15 required_files="/etc/bootparams"
16 command="/usr/sbin/${name}"
17
18 load_rc_config $name
19 run_rc_command "$1"