Deleted Added
full compact
routed (117020) routed (124616)
1#!/bin/sh
2#
3# $NetBSD: routed,v 1.7 2002/03/22 04:34:00 thorpej Exp $
1#!/bin/sh
2#
3# $NetBSD: routed,v 1.7 2002/03/22 04:34:00 thorpej Exp $
4# $FreeBSD: head/etc/rc.d/routed 117020 2003-06-29 05:15:57Z mtm $
4# $FreeBSD: head/etc/rc.d/routed 124616 2004-01-17 10:16:38Z mtm $
5#
6
7# PROVIDE: routed
8# REQUIRE: netif routing
5#
6
7# PROVIDE: routed
8# REQUIRE: netif routing
9# KEYWORD: FreeBSD NetBSD
9# KEYWORD: FreeBSD
10
11. /etc/rc.subr
12
13name="routed"
14
15# XXX - Executable may be in a different location. The $name variable
16# is different from the variable in rc.conf(5) so the
17# subroutines in rc.subr won't catch it.

--- 26 unchanged lines hidden ---
10
11. /etc/rc.subr
12
13name="routed"
14
15# XXX - Executable may be in a different location. The $name variable
16# is different from the variable in rc.conf(5) so the
17# subroutines in rc.subr won't catch it.

--- 26 unchanged lines hidden ---