Re: Adding some consistency to /etc/rc.d/*
- Reply: Miroslav Lachman : "Re: Adding some consistency to /etc/rc.d/*"
- In reply to: Dan Mahoney (Ports): "Re: Adding some consistency to /etc/rc.d/*"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Sep 2025 21:59:45 UTC
"Dan Mahoney (Ports)" <freebsd@gushi.org> wrote: > Here was a pull request for ntpd. It mostly involved removing quotes from variable names, formatting functions consistently, and reordering a few functions at the top: https://github.com/freebsd/freebsd-src/compare/main...thegushi:freebsd-src:rclint-ntpd Do we actually have any style convention applicable here? I personally prefer to quote strings, even though I know exactly where and when they are needed. I like the idea of this program, but in the case of quoting, the above linked result looks worse in my opinion. I know it's not authorative, but googles style guide agrees: https://google.github.io/styleguide/shellguide.html Jamie