NetBSD/etc/rc.d/route6d
uwe 53fc796546 Revert previous as it introduces "Circular dependency on provision
`mountcritremote'".

route6d is "BEFORE: NETWORKING" and was made to "REQUIRE: mountcritremote",
but mountcritremote "REQUIRE: NETWORKING".
2011-08-18 16:46:14 +00:00

18 lines
276 B
Bash
Executable File

#!/bin/sh
#
# $NetBSD: route6d,v 1.9 2011/08/18 16:46:14 uwe 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"