summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-09-11 19:49:43 +0000
committerjhb <jhb@FreeBSD.org>2002-09-11 19:49:43 +0000
commitdc10f005547ea4ba9779a58b9202b4099846e9a4 (patch)
tree58a1d97b4ac84352f54f29bcefd3cf681dfb95c3 /etc
parentac6d4d2a86e5fdeb2f10b94c4469840528512dbd (diff)
downloadFreeBSD-src-dc10f005547ea4ba9779a58b9202b4099846e9a4.zip
FreeBSD-src-dc10f005547ea4ba9779a58b9202b4099846e9a4.tar.gz
Cosmetic cleanup to a message.
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 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
OpenPOWER on IntegriCloud