Print out a carriage return to make the screen output make more sense

Submitted by:	mike@
This commit is contained in:
Gordon Tetlow 2002-08-20 00:14:11 +00:00
parent f453022cd9
commit 4642178fcc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102154

View File

@ -44,7 +44,7 @@ nfsd_precmd()
fi
if checkyesno nfs_reserved_port_only ; then
echo -n ' NFS on reserved port only=YES'
echo 'NFS on reserved port only=YES'
sysctl vfs.nfsrv.nfs_privport=1 > /dev/null
fi
return 0