diff options
author | jhb <jhb@FreeBSD.org> | 2002-09-11 19:49:43 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2002-09-11 19:49:43 +0000 |
commit | dc10f005547ea4ba9779a58b9202b4099846e9a4 (patch) | |
tree | 58a1d97b4ac84352f54f29bcefd3cf681dfb95c3 /etc/rc.d/nfsclient | |
parent | ac6d4d2a86e5fdeb2f10b94c4469840528512dbd (diff) | |
download | FreeBSD-src-dc10f005547ea4ba9779a58b9202b4099846e9a4.zip FreeBSD-src-dc10f005547ea4ba9779a58b9202b4099846e9a4.tar.gz |
Cosmetic cleanup to a message.
Diffstat (limited to 'etc/rc.d/nfsclient')
-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 9327748..87de36d 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 |