#18109: INSTALL_CONF does not seem to work anymore
-----------------------+------------------------
 Reporter:  anonymous  |      Owner:  developers
     Type:  defect     |     Status:  new
 Priority:  normal     |  Milestone:
Component:  packages   |    Version:  Trunk
 Keywords:             |
-----------------------+------------------------
 Packages that use something like
 {{{
 $(INSTALL_CONF) ./files/collectd.conf $(1)/etc/
 }}}
 should have that file installed with chmod 0600. However, in all cases I
 found, the file is installed with 0644, the same as INSTALL_DATA does:
 {{{
 root@router ~# ls -l /rom/etc/collectd.conf
 -rw-r--r--    1 root     root          1551 Oct 12 23:05
 /rom/etc/collectd.conf
 }}}
 After a quick search I found that the definition of INSTALL_CONF in
 ./openwrt/trunk/rules.mk has not changed, so I guess something else did...

--
Ticket URL: <https://dev.openwrt.org/ticket/18109>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to