On Sat, April 23, 2016 1:58 am, bugzilla-nore...@freebsd.org wrote:
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208663
>
> --- Comment #2 from Chris Hutchinson ---
> Won't the following work?
>
> $ mkdir /tmp/Space\ Test
> $ mkdir /tmp/Space\ Mountpoint
>
> $ echo "/tmp/Space\ Test /tmp/S
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208663
--- Comment #3 from Jamie Gritton ---
No, that won't work - strunvis(3) unfortunately doesn't escape things that way.
Also, getfsent(3) treats all whitespace the same. As it should - I remember
being stymied by sendmail.cf files that look
On 2016-04-23 08:09, Valeri Galtsev wrote:
On Sat, April 23, 2016 1:58 am, bugzilla-nore...@freebsd.org wrote:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208663
--- Comment #2 from Chris Hutchinson ---
Won't the following work?
$ mkdir /tmp/Space\ Test
$ mkdir /tmp/Space\ Mountpoint
$