diff options
author | John Baldwin <jhb@FreeBSD.org> | 2002-09-11 19:49:43 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2002-09-11 19:49:43 +0000 |
commit | 2cb1c3a5c560199035f33fb7d8b26939a0c95649 (patch) | |
tree | 58a1d97b4ac84352f54f29bcefd3cf681dfb95c3 /etc | |
parent | b2aba127d31f3221ab25ceea7ac390b029566645 (diff) | |
download | src-2cb1c3a5c560199035f33fb7d8b26939a0c95649.tar.gz src-2cb1c3a5c560199035f33fb7d8b26939a0c95649.zip |
Notes
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.d/nfsclient | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/nfsclient b/etc/rc.d/nfsclient index 9327748dee0f..87de36d3ea8f 100644 --- a/etc/rc.d/nfsclient +++ b/etc/rc.d/nfsclient @@ -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 |