summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-10-16 05:42:50 +0000
committerobrien <obrien@FreeBSD.org>1999-10-16 05:42:50 +0000
commita968f654a9d678a197e82c13f22853b1199da5bf (patch)
treed2900932ab02683018bcf1d9995d0c800883d5a1 /etc
parentd494d34aad54a3d062fd72e69799cec0fa8247ca (diff)
downloadFreeBSD-src-a968f654a9d678a197e82c13f22853b1199da5bf.zip
FreeBSD-src-a968f654a9d678a197e82c13f22853b1199da5bf.tar.gz
Remove "-k" (kernel-arch) as "i386" is not appropriate on the Alpha.
Also remove the "-d" domain option, as if someone is savey enough to want this, they are savey enought to make a custom amd_flags in /etc/rc.conf.
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 89ef677..35b220e 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -92,7 +92,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 /.amd_mnt -c 1800 -k i386 -d my.domain -l syslog /host /etc/amd.map /net /etc/amd.map"
+amd_flags="-a /.amd_mnt -c 1800 -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