Add support for /usr/local/etc/app.config#108
Add support for /usr/local/etc/app.config#108tld wants to merge 4 commits intodominictarr:masterfrom
Conversation
|
This sounds reasonable, but I'm not familiar with these systems. Can you link me to anything that describes that convention well? |
|
Sorry for the slow reply, I somehow missed the notification of your upate. FHS - Filesystem Hierarchy Standard mentions it: More system-specific, it's also mentioned in FreeBSDs And mentioned in documentation of the Handbook: Not specific to FreeBSD though, pulling random examples from Google, we can see the same pattern in Solaris: And MacOS: |
A lot of non-linux systems (*BSD, MacOS...) keep non-base config files in /usr/local/etc, and it's a also a convention to support appname.conf as a filename in these directories, rather than just appending rc.
I'm suggesting it would be good to support that in this module, as it'd allow more closely aligning the conventions supported with what's expected on some platforms.