Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/defaults No need to specify nfsd flags anymore. The defa...



details:   https://anonhg.NetBSD.org/src/rev/0c07ea9d0c72
branches:  trunk
changeset: 780958:0c07ea9d0c72
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Aug 13 08:20:44 2012 +0000

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

diffstat:

 etc/defaults/rc.conf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7047ecb1df70 -r 0c07ea9d0c72 etc/defaults/rc.conf
--- a/etc/defaults/rc.conf      Mon Aug 13 08:19:11 2012 +0000
+++ b/etc/defaults/rc.conf      Mon Aug 13 08:20:44 2012 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index