On Mon, 24 Sep 2018, Sven Wolf wrote:
> last weekend I've updated two computers to the amd64 current snapshot.
> At every restart of the computer (after the keyboard mapping is set and
> before the network gets started) following message is displayed:
> /etc/rc[430]: > 0: unexpected '>'
>
> On a first look, I didn't find an error in /etc/rc on line 430.
Hmm, could 430 have been 420?
if (($(sysctl -n vfs.mounts.nfs 2>/dev/null) > 0)); then
There were some builds where that sysctl command would fail and output
nothing, thus generating that error. I believe it's resolved in the
current tree; I'm not sure what snapshot will include the fix.
Philip