Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jun 2005 02:04:48 +0900 (JST)
From:      TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Subject:   conf/82738: add amd_program line to defaults/rc.conf
Message-ID:  <20050628170448.7E0A1F1B81@prime.quad.dyndns.org>
Resent-Message-ID: <200506281710.j5SHAENk033223@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050628170448.7E0A1F1B81>