busybox: preserve crontabs
authorPhilip Prindeville <philipp@redfish-solutions.com>
Wed, 5 May 2021 23:43:55 +0000 (17:43 -0600)
committerPaul Spooren <mail@aparcar.org>
Wed, 19 May 2021 13:50:50 +0000 (15:50 +0200)
commitb810d649fb276e7bea276ebf73cd2a76a089082b
tree797453d9b3d4a014e5dbbfd4d474eac78a185304
parentb36b8b6929c6d6b17edddfb4597cf6a26a991ed0
busybox: preserve crontabs

/etc/syslog.conf is used by sysklogd, and /etc/crontabs is used
by crond, both features of busybox.  Given this, ownership for
these files should be bound to busybox, especially if one day
there's a way to do an in-place opkg update of busybox.

There's also the busybox provided syslogd which uses this file
if CONFIG_BUSYBOX_FEATURE_SYSLOGD_CFG is set.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
package/base-files/Makefile
package/utils/busybox/Makefile