From 8183dcbb7a3bfd23503c63c344f3005f4bd66b9d Mon Sep 17 00:00:00 2001 From: jsg <> Date: Fri, 22 Aug 2014 08:10:38 +0000 Subject: [PATCH] Set the default nfsd flags to "-tun 4". Matches the comment in rc.conf and the behaviour of the backwards compatibility code in rc.subr for nfs_server=YES. ok ajacoutot@ --- src/etc/rc.d/nfsd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/rc.d/nfsd b/src/etc/rc.d/nfsd index 39476217..286e61b1 100644 --- a/src/etc/rc.d/nfsd +++ b/src/etc/rc.d/nfsd @@ -1,8 +1,9 @@ #!/bin/sh # -# $OpenBSD: nfsd,v 1.5 2012/08/14 07:43:57 ajacoutot Exp $ +# $OpenBSD: nfsd,v 1.6 2014/08/22 08:10:38 jsg Exp $ daemon="/sbin/nfsd" +daemon_flags="-tun 4" . /etc/rc.d/rc.subr