Cosmetic cleanup to a message.

This commit is contained in:
jhb 2002-09-11 19:49:43 +00:00
parent c8a8c13d82
commit 7225ecd822

View File

@ -34,7 +34,7 @@ nfsclient_start()
#
if [ -n "${nfs_access_cache}" ]; then
echo -n " NFS access cache time=${nfs_access_cache}"
echo "NFS access cache time=${nfs_access_cache}"
sysctl vfs.nfs.access_cache_timeout=${nfs_access_cache} >/dev/null
fi
if [ -n "${nfs_bufpackets}" ]; then