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:48:26 +0000 (20:48 +0300)
commitd726a7b0079a17fb0f23f42900211a2bf3e37339
tree9726582a20c68d6bcf9790dbf7459e8d4b0aa655
parent5a6a8c3d6f8cb71bbede9c6237df97a80143e0c6
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