Browse Source

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@
OPENBSD_5_7
jsg 10 years ago
parent
commit
8183dcbb7a
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/rc.d/nfsd

+ 2
- 1
src/etc/rc.d/nfsd View File

@ -1,8 +1,9 @@
#!/bin/sh #!/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="/sbin/nfsd"
daemon_flags="-tun 4"
. /etc/rc.d/rc.subr . /etc/rc.d/rc.subr


Loading…
Cancel
Save