aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-06-28 04:09:14 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-06-28 04:09:14 +0000
commit8fc9820d7af98ffecafe5c323439abbc8ba30d53 (patch)
tree3df6487a052c4acd77f595c3148f60fa33984eff /etc/defaults/rc.conf
parent63b5983b9ea282c68370d7ad556110662ed9687b (diff)
downloadsrc-8fc9820d7af98ffecafe5c323439abbc8ba30d53.tar.gz
src-8fc9820d7af98ffecafe5c323439abbc8ba30d53.zip
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).
Notes
Notes: svn path=/head/; revision=48296
Diffstat (limited to 'etc/defaults/rc.conf')
-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 95cefaf31dc2..8a49e5ab27ba 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).