NetBSD/etc/rc.d/route6d

18 lines
276 B
Plaintext
Raw Normal View History

2000-03-10 14:53:23 +03:00
#!/bin/sh
#
# $NetBSD: route6d,v 1.9 2011/08/18 16:46:14 uwe Exp $
2000-03-10 14:53:23 +03:00
#
# PROVIDE: route6d
# REQUIRE: network mountcritlocal
# BEFORE: NETWORKING
2000-03-10 14:53:23 +03:00
$_rc_subr_loaded . /etc/rc.subr
2000-03-10 14:53:23 +03:00
name="route6d"
rcvar=$name
2000-03-10 14:53:23 +03:00
command="/usr/sbin/${name}"
load_rc_config $name
2000-03-10 14:53:23 +03:00
run_rc_command "$1"