Deleted Added
full compact
defaultroute (64471) defaultroute (64731)
1#!/bin/sh -
2#
1#!/bin/sh -
2#
3# $FreeBSD: head/etc/rc.d/routing 64471 2000-08-10 00:13:02Z brian $
3# $FreeBSD: head/etc/rc.d/routing 64731 2000-08-16 23:08:28Z jhb $
4# From: @(#)netstart 5.9 (Berkeley) 3/30/91
5
6# Note that almost all of the user-configurable behavior is no longer in
7# this file, but rather in /etc/defaults/rc.conf. Please check that file
8# first before contemplating any changes here. If you do need to change
9# this file for some reason, we would like to know about it.
10
11# First pass startup stuff.

--- 346 unchanged lines hidden (view full) ---

358 *)
359 echo -n ' ip_portrange_first=$ip_portrange_first'
360 sysctl -w net.inet.ip.portrange.first=$ip_portrange_first >/dev/null
361 ;;
362 esac
363
364 case ${ip_portrange_last} in
365 [Nn][Oo] | '')
4# From: @(#)netstart 5.9 (Berkeley) 3/30/91
5
6# Note that almost all of the user-configurable behavior is no longer in
7# this file, but rather in /etc/defaults/rc.conf. Please check that file
8# first before contemplating any changes here. If you do need to change
9# this file for some reason, we would like to know about it.
10
11# First pass startup stuff.

--- 346 unchanged lines hidden (view full) ---

358 *)
359 echo -n ' ip_portrange_first=$ip_portrange_first'
360 sysctl -w net.inet.ip.portrange.first=$ip_portrange_first >/dev/null
361 ;;
362 esac
363
364 case ${ip_portrange_last} in
365 [Nn][Oo] | '')
366 ;;
366 ;;
367 *)
368 echo -n ' ip_portrange_last=$ip_portrange_last'
369 sysctl -w net.inet.ip.portrange.last=$ip_portrange_last >/dev/null
370 ;;
371 esac
372
373 echo '.'
374

--- 309 unchanged lines hidden ---
367 *)
368 echo -n ' ip_portrange_last=$ip_portrange_last'
369 sysctl -w net.inet.ip.portrange.last=$ip_portrange_last >/dev/null
370 ;;
371 esac
372
373 echo '.'
374

--- 309 unchanged lines hidden ---