1 Title: nfsmounts: correctly handle mount points with spaces
10 If you have a space in the name of your <b>moint point</b> (not in the name
11 of the export) then the Linux agent would show this mount point always as
12 <tt>hanging</tt>. The reason is that in <tt>/proc/mounts</tt> spaces are
13 displayed as <tt>\040</tt>. This has now been fixed in the agent, which
14 outputs spaces correctly. Also the according check has been modified so that
15 it can deal with spaces in the names of the mount points.