- Fix amd startup when amd is installed from ports.

- Add the according amd_program default value in defaults.

PR:		conf/82738
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Approved by:	cperciva (mentor)
MFC after:	3 days
This commit is contained in:
Florent Thoumie 2006-04-11 09:02:07 +00:00
parent f0a4a7a722
commit 4016cfa64c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157654
2 changed files with 2 additions and 1 deletions

View File

@ -229,6 +229,7 @@ ftpd_flags="" # Additional flags to stand-alone ftpd.
### 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).

View File

@ -5,7 +5,7 @@
#
# PROVIDE: amd
# REQUIRE: rpcbind ypbind nfsclient cleanvar
# REQUIRE: rpcbind ypbind nfsclient cleanvar ldconfig
# BEFORE: DAEMON
# KEYWORD: nojail