Module Name: src
Committed By: christos
Date: Mon Aug 13 08:20:45 UTC 2012
Modified Files:
src/etc/defaults: rc.conf
Log Message:
No need to specify nfsd flags anymore. The defaults DTRT.
To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 src/etc/defaults/rc.conf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/defaults/rc.conf
diff -u src/etc/defaults/rc.conf:1.119 src/etc/defaults/rc.conf:1.120
--- src/etc/defaults/rc.conf:1.119 Tue Feb 7 14:13:30 2012
+++ src/etc/defaults/rc.conf Mon Aug 13 04:20:44 2012
@@ -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"