From c6f6e597c12e532454e186ccbab2cfb6e8aa240f Mon Sep 17 00:00:00 2001 From: msmith Date: Sun, 15 Nov 1998 20:30:04 +0000 Subject: Implement the nfs_access_cache variable, allowing us to set the timeout for the NFS client's ACCESS cache. --- etc/network.subr | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'etc/network.subr') diff --git a/etc/network.subr b/etc/network.subr index 30efc0d..12654f5 100644 --- a/etc/network.subr +++ b/etc/network.subr @@ -1,6 +1,6 @@ #!/bin/sh - # -# $Id: rc.network,v 1.33 1998/10/06 19:24:14 phk Exp $ +# $Id: rc.network,v 1.34 1998/11/11 05:23:44 peter Exp $ # From: @(#)netstart 5.9 (Berkeley) 3/30/91 # Note that almost all the user-configurable behavior is no longer in @@ -258,6 +258,9 @@ network_pass3() { if [ "X${nfs_client_enable}" = X"YES" ]; then echo -n ' nfsiod'; nfsiod ${nfs_client_flags} + if [ ! "X${nfs_access_cache}" = X ]; then + sysctl -w vfs.nfs.access_cache_timeout=${nfs_access_cache} + fi fi if [ "X${amd_enable}" = X"YES" ]; then -- cgit v1.1