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:41:25 +0000 (20:41 +0300)
commit76d02f933f006fb854c03fa1738ed795acc32e50
treecb6ba304634b25a97f3d2a86c10884823bb7a3d1
parent0ff1a8666be7cc3ebde5838c4b166a2438f87567
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>
utils/nano/Makefile