Deleted Added
full compact
defaultroute (57627) defaultroute (58710)
1#!/bin/sh -
2#
1#!/bin/sh -
2#
3# $FreeBSD: head/etc/rc.d/routing 57627 2000-02-29 12:53:28Z jkh $
3# $FreeBSD: head/etc/rc.d/routing 58710 2000-03-27 21:38:35Z dillon $
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.

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

488 [Yy][Ee][Ss])
489 echo -n ' NFS on reserved port only=YES'
490 sysctl -w vfs.nfs.nfs_privport=1 >/dev/null
491 ;;
492 esac
493
494 echo -n ' nfsd'; nfsd ${nfs_server_flags}
495
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.

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

488 [Yy][Ee][Ss])
489 echo -n ' NFS on reserved port only=YES'
490 sysctl -w vfs.nfs.nfs_privport=1 >/dev/null
491 ;;
492 esac
493
494 echo -n ' nfsd'; nfsd ${nfs_server_flags}
495
496 if [ -n "${nfs_bufpackets}" ]; then
497 sysctl -w vfs.nfs.bufpackets=${nfs_bufpackets} \
498 > /dev/null
499 fi
500
496 case ${rpc_lockd_enable} in
497 [Yy][Ee][Ss])
498 echo -n ' rpc.lockd'; rpc.lockd
499 ;;
500 esac
501
502 case ${rpc_statd_enable} in
503 [Yy][Ee][Ss])

--- 130 unchanged lines hidden ---
501 case ${rpc_lockd_enable} in
502 [Yy][Ee][Ss])
503 echo -n ' rpc.lockd'; rpc.lockd
504 ;;
505 esac
506
507 case ${rpc_statd_enable} in
508 [Yy][Ee][Ss])

--- 130 unchanged lines hidden ---