conf/82738: add amd_program line to defaults/rc.conf

TAOKA Fumiyoshi fmysh at iijmio-mail.jp
Tue Jun 28 17:10:15 GMT 2005


>Number:         82738
>Category:       conf
>Synopsis:       add amd_program line to defaults/rc.conf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 28 17:10:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     TAOKA Fumiyoshi
>Release:        FreeBSD 6-CURRENT and 5-STABLE
>Organization:
>Environment:
>Description:
	AMD, Auto Mounter Daemon, is currently a part of FreeBSD as
	in the base system and also contained in the ports collection.
	So add amd_program line to defaults/rc.conf file as well as
	other programs, for example, named, ntpd and sshd.
	
>How-To-Repeat:
>Fix:

Index: rc.conf
===================================================================
RCS file: /home/ncvs/src/etc/defaults/rc.conf,v
retrieving revision 1.252
diff -u -r1.252 rc.conf
--- rc.conf	26 Jun 2005 16:30:20 -0000	1.252
+++ rc.conf	28 Jun 2005 16:30:59 -0000
@@ -203,6 +203,7 @@
 
 ### Network daemon (NFS): All need rpcbind_enable="YES" ###
 amd_enable="NO"			# Run amd service with $amd_flags (or NO).
+amd_program="/usr/sbin/amd"	# path to amd, if you want a different one.
 amd_flags="-a /.amd_mnt -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).
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list