Deleted Added
full compact
netoptions (41371) netoptions (42270)
1#!/bin/sh -
2#
1#!/bin/sh -
2#
3# $Id: rc.network,v 1.35 1998/11/15 20:30:04 msmith Exp $
3# $Id: rc.network,v 1.36 1998/11/27 07:06:11 jkoshy Exp $
4# From: @(#)netstart 5.9 (Berkeley) 3/30/91
5
6# Note that almost all the user-configurable behavior is no longer in
7# this file, but rather in /etc/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.

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

268 echo -n ' amd'
269 if [ "X${amd_map_program}" != X"NO" ]; then
270 amd_flags="${amd_flags} `eval ${amd_map_program}`"
271 fi
272 amd -p ${amd_flags} > /var/run/amd.pid 2> /dev/null
273 fi
274
275 if [ "X${rwhod_enable}" = X"YES" ]; then
4# From: @(#)netstart 5.9 (Berkeley) 3/30/91
5
6# Note that almost all the user-configurable behavior is no longer in
7# this file, but rather in /etc/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.

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

268 echo -n ' amd'
269 if [ "X${amd_map_program}" != X"NO" ]; then
270 amd_flags="${amd_flags} `eval ${amd_map_program}`"
271 fi
272 amd -p ${amd_flags} > /var/run/amd.pid 2> /dev/null
273 fi
274
275 if [ "X${rwhod_enable}" = X"YES" ]; then
276 echo -n ' rwhod'; rwhod
276 echo -n ' rwhod'; rwhod ${rwhod_flags}
277 fi
278
279 # Kerberos runs ONLY on the Kerberos server machine
280 if [ "X${kerberos_server_enable}" = X"YES" ]; then
281 if [ "X${kerberos_stash}" = "XYES" ]; then
282 stash_flag=-n
283 else
284 stash_flag=

--- 25 unchanged lines hidden ---
277 fi
278
279 # Kerberos runs ONLY on the Kerberos server machine
280 if [ "X${kerberos_server_enable}" = X"YES" ]; then
281 if [ "X${kerberos_stash}" = "XYES" ]; then
282 stash_flag=-n
283 else
284 stash_flag=

--- 25 unchanged lines hidden ---