Remove RC scripts for stuff we have don't have in our tree.
[dragonfly/netmp.git] / etc / rc.d / routed
blob5cb39973c3b17244405f4a0f8a14d7c66948b55d
1 #!/bin/sh
3 # $NetBSD: routed,v 1.7 2002/03/22 04:34:00 thorpej Exp $
4 # $FreeBSD: src/etc/rc.d/routed,v 1.6 2003/06/29 05:15:57 mtm Exp $
5 # $DragonFly: src/etc/rc.d/routed,v 1.4 2005/04/22 08:30:25 joerg Exp $
8 # PROVIDE: routed
9 # REQUIRE: netif routing
10 # KEYWORD: DragonFly FreeBSD NetBSD
12 . /etc/rc.subr
14 name="routed"
16 # XXX - Executable may be in a different location. The $name variable
17 # is different from the variable in rc.conf(5) so the
18 # subroutines in rc.subr won't catch it.
20 load_rc_config $name
22 rcvar="router_enable"
23 command="/sbin/${name}"
24 eval ${name}_flags=${router_flags}
26 run_rc_command "$1"