diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2009-05-22 13:56:16 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2009-05-22 13:56:16 +0000 |
commit | 8ab21fb261f8b7b4e945deb61e7a69539b377606 (patch) | |
tree | 9cdda0e7dbb313fbc45ef78060973efa14766c34 /etc | |
parent | 86ce6a83d16fdedede88990ffe1d85ad83d8e7c8 (diff) | |
download | src-8ab21fb261f8b7b4e945deb61e7a69539b377606.tar.gz src-8ab21fb261f8b7b4e945deb61e7a69539b377606.zip |
Notes
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/rc.conf | 2 | ||||
-rwxr-xr-x | etc/rc.d/Makefile | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 71b88a1b9362..b1f09df61709 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 d28fb8b5c69f..d1b90e2b1692 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 \ |