summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-06-28 04:09:14 +0000
committerobrien <obrien@FreeBSD.org>1999-06-28 04:09:14 +0000
commit8447bc90a5551a8672ebbfb48df0bb5710b24d74 (patch)
tree9d611e2176127732c7da854a619ac172d5b04e8a /etc/defaults
parentd3ca6b9c8b4b19817adf7a30a13d910ba9726375 (diff)
downloadFreeBSD-src-8447bc90a5551a8672ebbfb48df0bb5710b24d74.zip
FreeBSD-src-8447bc90a5551a8672ebbfb48df0bb5710b24d74.tar.gz
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).
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf4
1 files changed, 2 insertions, 2 deletions
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).
OpenPOWER on IntegriCloud