On 4/17/26 3:39 PM, Harald Dunkel wrote:
This is bad code. IMHO

    rcctl ls failed && echo 'service is not running'

should work similar to

    rcctl ls failed | grep -q smtpd && echo 'smtpd is not running'


You are, of course, entitled to your opinion.

When you've written an OS, or contributed real code to one, your
"humble opinion" will likely carry more weight.


Reply via email to