K 10 svn:author V 9 allanjude K 8 svn:date V 27 2020-07-13T13:44:54.695903Z K 7 svn:log V 349 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 MFC after: 2 weeks Sponsored by: Klara Inc. END