diff options
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 |