artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d8ff12
)
Set the default nfsd flags to "-tun 4". Matches the comment
author
jsg
<jsg@openbsd.org>
Fri, 22 Aug 2014 08:10:38 +0000
(08:10 +0000)
committer
jsg
<jsg@openbsd.org>
Fri, 22 Aug 2014 08:10:38 +0000
(08:10 +0000)
in rc.conf and the behaviour of the backwards compatibility
code in rc.subr for nfs_server=YES.
ok ajacoutot@
etc/rc.d/nfsd
patch
|
blob
|
history
diff --git
a/etc/rc.d/nfsd
b/etc/rc.d/nfsd
index
3947621
..
286e61b
100644
(file)
--- a/
etc/rc.d/nfsd
+++ b/
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