The "routed" and "route6d" scripts must be run early during system startup

because they are part of the network initialization. Use similar
dependences as the "rtsold" script.

This should fix PR misc/36171.
This commit is contained in:
tron 2007-04-21 15:20:07 +00:00
parent 5bed4b9c62
commit 01f7150efa
2 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
#!/bin/sh
#
# $NetBSD: route6d,v 1.6 2004/08/13 18:08:03 mycroft Exp $
# $NetBSD: route6d,v 1.7 2007/04/21 15:20:07 tron Exp $
#
# PROVIDE: route6d
# REQUIRE: DAEMON
# BEFORE: LOGIN
# REQUIRE: network mountcritlocal
# BEFORE: NETWORKING
$_rc_subr_loaded . /etc/rc.subr

View File

@ -1,11 +1,11 @@
#!/bin/sh
#
# $NetBSD: routed,v 1.9 2004/10/12 14:51:03 lukem Exp $
# $NetBSD: routed,v 1.10 2007/04/21 15:20:07 tron Exp $
#
# PROVIDE: routed
# REQUIRE: DAEMON
# BEFORE: LOGIN
# REQUIRE: network
# BEFORE: NETWORKING
$_rc_subr_loaded . /etc/rc.subr