summaryrefslogtreecommitdiffstats
path: root/etc/rc.conf
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-04-26 06:32:13 +0000
committerphk <phk@FreeBSD.org>1998-04-26 06:32:13 +0000
commitde32d1b3381d19341c0adf0f1061d190fe6e349a (patch)
treef080025226c946629c7cc03cc17f618f1a80e348 /etc/rc.conf
parent188299fe30533b80d335bd251b1fbdfebd411896 (diff)
downloadFreeBSD-src-de32d1b3381d19341c0adf0f1061d190fe6e349a.zip
FreeBSD-src-de32d1b3381d19341c0adf0f1061d190fe6e349a.tar.gz
Jean-Simon Pendry's paper on amd refers to the use of "ypcat -k"
against the "master map" to get the list of mount point/amd map correspondences, and using that list as command-line arguments to start amd. When I tried to do this with the existing /etc/rc* scripts, I found that I couldn't do this by modifying only /etc/rc.conf: that file gets sourced very early by /etc/rc, well before any networking functionality is present, let alone NIS. Further, I wasn't able to figure out a way to use various levels & types of quoting to defer evaluation of the string to a point subsequent to NIS initialization. As a result, I resorted to hacking /etc/rc.network -- but I did it in a way that ought to be reasonably general, and avoid breakage for anyone else. PR: 6387 Reviewed by: phk Submitted by: David Wolfskill <dhw@whistle.com>
Diffstat (limited to 'etc/rc.conf')
-rw-r--r--etc/rc.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index a18aa3c..2a7ed46 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -6,7 +6,7 @@
#
# All arguments must be in double or single quotes.
#
-# $Id: rc.conf,v 1.44 1998/04/12 09:47:41 markm Exp $
+# $Id: rc.conf,v 1.45 1998/04/18 10:27:04 brian Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -54,6 +54,7 @@ kerberos_stash="" # Is the kerberos master key stashed?
rwhod_enable="NO" # Run the rwho daemon (or NO).
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_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).
nfs_server_enable="NO" # This host is an NFS server (or NO).
OpenPOWER on IntegriCloud