Deleted Added
full compact
routed (109837) routed (113676)
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 109837 2003-01-25 23:14:08Z mtm $
4# $FreeBSD: head/etc/rc.d/routed 113676 2003-04-18 17:55:05Z mtm $
5#
6
7# PROVIDE: routed
5#
6
7# PROVIDE: routed
8# REQUIRE: network1 network2
8# REQUIRE: netif network2
9# KEYWORD: FreeBSD NetBSD
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

--- 27 unchanged lines hidden ---
9# KEYWORD: FreeBSD NetBSD
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

--- 27 unchanged lines hidden ---