svn commit: r192579 - in head/etc: defaults rc.d

Robert Watson rwatson at FreeBSD.org
Fri May 22 13:56:17 UTC 2009


Author: rwatson
Date: Fri May 22 13:56:16 2009
New Revision: 192579
URL: http://svn.freebsd.org/changeset/base/192579

Log:
  Further idmapd garbage collection -- remove rc.d Makefile reference and
  default settings.
  
  Submitted by:	Pawel Worach <pawel.worach at gmail.com>

Modified:
  head/etc/defaults/rc.conf
  head/etc/rc.d/Makefile

Modified: head/etc/defaults/rc.conf
==============================================================================
--- head/etc/defaults/rc.conf	Fri May 22 12:35:12 2009	(r192578)
+++ head/etc/defaults/rc.conf	Fri May 22 13:56:16 2009	(r192579)
@@ -300,8 +300,6 @@ nfs_client_enable="NO"		# This host is a
 nfs_access_cache="60"		# Client cache timeout in seconds
 nfs_server_enable="NO"		# This host is an NFS server (or NO).
 nfs_server_flags="-u -t -n 4"	# Flags to nfsd (if enabled).
-idmapd_enable="NO"		# Run the NFS4 id mapper (YES/NO).
-idmapd_flags=""			# Additional flags for idmapd.
 mountd_enable="NO"		# Run mountd (or NO).
 mountd_flags="-r"		# Flags to mountd (if NFS server enabled).
 weak_mountd_authentication="NO"	# Allow non-root mount requests to be served.

Modified: head/etc/rc.d/Makefile
==============================================================================
--- head/etc/rc.d/Makefile	Fri May 22 12:35:12 2009	(r192578)
+++ head/etc/rc.d/Makefile	Fri May 22 13:56:16 2009	(r192579)
@@ -14,7 +14,7 @@ FILES=	DAEMON FILESYSTEMS LOGIN NETWORKI
 	gbde geli geli2 gssd \
 	hcsecd \
 	hostapd hostid hostname \
-	idmapd inetd initrandom \
+	inetd initrandom \
 	ip6addrctl ip6fw ipfilter ipfs ipfw ipmon \
 	ipnat ipsec ipxrouted \
 	jail \


More information about the svn-src-all mailing list