From 1172e4c4b64661695f43194755a37167f2e017bb Mon Sep 17 00:00:00 2001 From: Philip Prindeville Date: Wed, 5 May 2021 17:43:55 -0600 Subject: [PATCH] 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 --- package/base-files/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 8cafce670..2e771dbf7 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -49,7 +49,6 @@ define Package/base-files/conffiles /etc/config/ /etc/config/network /etc/config/system -/etc/crontabs/ /etc/dropbear/ /etc/ethers /etc/group