]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove excess spaces from rc.d scripts
authorAllan Jude <allanjude@FreeBSD.org>
Mon, 13 Jul 2020 13:44:54 +0000 (13:44 +0000)
committerAllan Jude <allanjude@FreeBSD.org>
Mon, 13 Jul 2020 13:44:54 +0000 (13:44 +0000)
commitfb6b5cd01652eb35b54d6b81da827a4fecb2dece
tree71c393e0fb70ddf7469a7df0af3be41b77e6f9d0
parentb2776a1809ee698ed459f551485c97cbb51c0665
Remove excess spaces from rc.d scripts

The space between words is already being echoed by the space between quoted strings:

    % echo 'foo' 'bar'
    foo bar

    % echo 'foo' ' baz'
    foo  baz

Found in `ipfw` and `mountlate` messages.

PR: 247948
Submitted by: Jose Luis Duran <jlduran@gmail.com>
MFC after: 2 weeks
Sponsored by: Klara Inc.
libexec/rc/rc.d/ipfw
libexec/rc/rc.d/mountlate