summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/nfsclient
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/nfsclient')
-rwxr-xr-xetc/rc.d/nfsclient3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.d/nfsclient b/etc/rc.d/nfsclient
index 2b26d09..d28e45f 100755
--- a/etc/rc.d/nfsclient
+++ b/etc/rc.d/nfsclient
@@ -22,7 +22,8 @@ nfsclient_start()
#
if [ -n "${nfs_access_cache}" ]; then
- [ -z "${rc_quiet}" ] && echo "NFS access cache time=${nfs_access_cache}"
+ check_startmsgs &&
+ echo "NFS access cache time=${nfs_access_cache}"
if ! sysctl vfs.nfs.access_cache_timeout=${nfs_access_cache} >/dev/null; then
warn "failed to set access cache timeout"
fi
OpenPOWER on IntegriCloud