NetBSD/etc/rc.d/route6d
tron 01f7150efa 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.
2007-04-21 15:20:07 +00:00

18 lines
277 B
Bash
Executable File

#!/bin/sh
#
# $NetBSD: route6d,v 1.7 2007/04/21 15:20:07 tron Exp $
#
# PROVIDE: route6d
# REQUIRE: network mountcritlocal
# BEFORE: NETWORKING
$_rc_subr_loaded . /etc/rc.subr
name="route6d"
rcvar=$name
command="/usr/sbin/${name}"
load_rc_config $name
run_rc_command "$1"