summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-05-22 13:56:16 +0000
committerrwatson <rwatson@FreeBSD.org>2009-05-22 13:56:16 +0000
commit3079c6660f6e372c8aa5bcb75d4b73671dd048ba (patch)
tree9cdda0e7dbb313fbc45ef78060973efa14766c34 /etc
parentccb17e335aed123268303ae81de1b71c1340a1e7 (diff)
downloadFreeBSD-src-3079c6660f6e372c8aa5bcb75d4b73671dd048ba.zip
FreeBSD-src-3079c6660f6e372c8aa5bcb75d4b73671dd048ba.tar.gz
Further idmapd garbage collection -- remove rc.d Makefile reference and
default settings. Submitted by: Pawel Worach <pawel.worach at gmail.com>
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf2
-rwxr-xr-xetc/rc.d/Makefile2
2 files changed, 1 insertions, 3 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 71b88a1..b1f09df 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -300,8 +300,6 @@ nfs_client_enable="NO" # This host is an NFS client (or NO).
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.
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index d28fb8b..d1b90e2 100755
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -14,7 +14,7 @@ FILES= DAEMON FILESYSTEMS LOGIN NETWORKING SERVERS \
gbde geli geli2 gssd \
hcsecd \
hostapd hostid hostname \
- idmapd inetd initrandom \
+ inetd initrandom \
ip6addrctl ip6fw ipfilter ipfs ipfw ipmon \
ipnat ipsec ipxrouted \
jail \
OpenPOWER on IntegriCloud