Deleted Added
full compact
routing (243212) routing (250804)
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 243212 2012-11-18 11:22:15Z hrs $
5# $FreeBSD: head/etc/rc.d/routing 250804 2013-05-19 04:10:34Z jamie $
6#
7
8# PROVIDE: routing
9# REQUIRE: faith netif ppp stf
6#
7
8# PROVIDE: routing
9# REQUIRE: faith netif ppp stf
10# KEYWORD: nojail
10# KEYWORD: nojailvnet
11
12. /etc/rc.subr
13. /etc/network.subr
14
15name="routing"
16start_cmd="routing_start doall"
17stop_cmd="routing_stop"
18extra_commands="options static"

--- 353 unchanged lines hidden ---
11
12. /etc/rc.subr
13. /etc/network.subr
14
15name="routing"
16start_cmd="routing_start doall"
17stop_cmd="routing_stop"
18extra_commands="options static"

--- 353 unchanged lines hidden ---