Deleted Added
full compact
routing (136224) routing (151806)
1#!/bin/sh
2#
3# Configure routing and miscellaneous network tunables
4#
1#!/bin/sh
2#
3# Configure routing and miscellaneous network tunables
4#
5# $FreeBSD: head/etc/rc.d/routing 136224 2004-10-07 13:55:26Z mtm $
5# $FreeBSD: head/etc/rc.d/routing 151806 2005-10-28 16:07:52Z yar $
6#
7
8# PROVIDE: routing
6#
7
8# PROVIDE: routing
9# REQUIRE: netif ppp-user
9# REQUIRE: netif ppp
10# KEYWORD: nojail
11
12. /etc/rc.subr
13
14name="routing"
15start_cmd="routing_start"
16stop_cmd="routing_stop"
17extra_commands="options static"

--- 148 unchanged lines hidden ---
10# KEYWORD: nojail
11
12. /etc/rc.subr
13
14name="routing"
15start_cmd="routing_start"
16stop_cmd="routing_stop"
17extra_commands="options static"

--- 148 unchanged lines hidden ---