From 8447bc90a5551a8672ebbfb48df0bb5710b24d74 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 28 Jun 1999 04:09:14 +0000 Subject: Amd now mounts to "/.amd_mnt" rather than "/net". "/net/" now works in addition to "/host/". This make us consistant with Sun (as we already were with SGI). --- etc/defaults/rc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/defaults') diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 95cefaf..8a49e5a 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -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). -- cgit v1.1