aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-09-11 19:49:43 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-09-11 19:49:43 +0000
commit2cb1c3a5c560199035f33fb7d8b26939a0c95649 (patch)
tree58a1d97b4ac84352f54f29bcefd3cf681dfb95c3 /etc
parentb2aba127d31f3221ab25ceea7ac390b029566645 (diff)
downloadsrc-2cb1c3a5c560199035f33fb7d8b26939a0c95649.tar.gz
src-2cb1c3a5c560199035f33fb7d8b26939a0c95649.zip
Cosmetic cleanup to a message.
Notes
Notes: svn path=/head/; revision=103231
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/nfsclient2
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