diff options
| author | Philip Prindeville <philipp@redfish-solutions.com> | 2021-05-05 17:43:55 -0600 |
|---|---|---|
| committer | Paul Spooren <mail@aparcar.org> | 2021-05-19 15:50:50 +0200 |
| commit | b810d649fb276e7bea276ebf73cd2a76a089082b (patch) | |
| tree | 797453d9b3d4a014e5dbbfd4d474eac78a185304 /package/base-files/Makefile | |
| parent | b36b8b6929c6d6b17edddfb4597cf6a26a991ed0 (diff) | |
| download | upstream-b810d649fb276e7bea276ebf73cd2a76a089082b.tar.gz upstream-b810d649fb276e7bea276ebf73cd2a76a089082b.tar.bz2 upstream-b810d649fb276e7bea276ebf73cd2a76a089082b.zip | |
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>
Diffstat (limited to 'package/base-files/Makefile')
| -rw-r--r-- | package/base-files/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index d8d093a3068..5f816a0d1bd 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -47,7 +47,6 @@ define Package/base-files/conffiles /etc/config/ /etc/config/network /etc/config/system -/etc/crontabs/ /etc/dropbear/ /etc/ethers /etc/group |
