From a968f654a9d678a197e82c13f22853b1199da5bf Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 16 Oct 1999 05:42:50 +0000 Subject: [PATCH] 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. --- etc/defaults/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 89ef67767f19..35b220e759ae 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).