Amd now mounts to "/.amd_mnt" rather than "/net". "/net/<host>" now works

in addition to "/host/<host>".  This make us consistant with Sun (as we
already were with SGI).
This commit is contained in:
David E. O'Brien 1999-06-28 04:09:14 +00:00
parent 63b5983b9e
commit 8fc9820d7a

View File

@ -9,7 +9,7 @@
#
# All arguments must be in double or single quotes.
#
# $Id: rc.conf,v 1.11 1999/06/27 18:05:29 sheldonh Exp $
# $Id: rc.conf,v 1.12 1999/06/27 22:12:35 jseger Exp $
##############################################################
### Important initial Boot-time options ####################
@ -73,7 +73,7 @@ kerberos_stash="" # Is the kerberos master key stashed?
rwhod_enable="NO" # Run the rwho daemon (or NO).
rwhod_flags="" # Flags for rwhod
amd_enable="NO" # Run amd service with $amd_flags (or NO).
amd_flags="-a /net -c 1800 -k i386 -d my.domain -l syslog /host /etc/amd.map"
amd_flags="-a /.amd_mnt -c 1800 -k i386 -d my.domain -l syslog /host /etc/amd.map /net /etc/amd.map"
amd_map_program="NO" # Can be set to "ypcat -k amd.master"
nfs_client_enable="NO" # This host is an NFS client (or NO).
nfs_client_flags="-n 4" # Flags to nfsiod (if enabled).