No need to specify nfsd flags anymore. The defaults DTRT.

This commit is contained in:
christos 2012-08-13 08:20:44 +00:00
parent eff766617d
commit ba9bed30be

View File

@ -1,4 +1,4 @@
# $NetBSD: rc.conf,v 1.119 2012/02/07 19:13:30 joerg Exp $
# $NetBSD: rc.conf,v 1.120 2012/08/13 08:20:44 christos Exp $
#
# /etc/defaults/rc.conf --
# default configuration of /etc/rc.conf
@ -288,7 +288,7 @@ yppasswdd=NO yppasswdd_flags=""
mountd=NO mountd_flags="" # NFS mount requests daemon
nfs_client=NO # enable client daemons
nfs_server=NO # enable server daemons
nfsd_flags="-6tun 4"
nfsd_flags=""
lockd=NO lockd_flags=""
statd=NO statd_flags=""
amd=NO amd_flags="-l syslog -x error,noinfo,nostats"