nano: make nanorc world readable
authorHannu Nyman <hannu.nyman@iki.fi>
Wed, 5 Apr 2023 17:41:25 +0000 (20:41 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Wed, 5 Apr 2023 17:47:45 +0000 (20:47 +0300)
commit93b973f5149b6e72fa562d61dd81099b2e437dea
tree170e29a9531f0bb1cd2cd94d91b7ba90f7a98aeb
parent12bef946fe2aac27aac9ebcba059bbf3ca43bc00
nano: make nanorc world readable

If file /etc/nanorc is readable by everyone, "default" settings
are available for users as well without necessarily requiring
their own customized .nanorc in their home directory. Or if
they want one, but want it to be based on system's default
nanorc, they can copy it from /etc - without chmodding
file, it is in-accessible for users.

Suggested-by: Oskari Rauta <oskari.rauta@gmail.com>
[switched approach to use INSTALL_DATA]
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit 76d02f933f006fb854c03fa1738ed795acc32e50)
utils/nano/Makefile