NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: rc.d problem



    Date:        Fri, 18 Jan 2019 14:45:57 +0100
    From:        Martin Husemann <martin%duskware.de@localhost>
    Message-ID:  <20190118134557.GF13581%mail.duskware.de@localhost>

  | 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




Home | Main Index | Thread Index | Old Index