Date: Fri, 18 Jan 2019 14:45:57 +0100
From: Martin Husemann <[email protected]>
Message-ID: <[email protected]>
| I think we should set LC_NUMERIC=C in rc.subr or something like that.
LC_ALL not LC_NUMERIC, the latter won't override an external setting
of LC_ALL.
And yes, the sleep should probably be
LC_ALL=C /bin/sleep 0.05
which should fix things, without breaking anything else.
kre
