From b810d649fb276e7bea276ebf73cd2a76a089082b Mon Sep 17 00:00:00 2001 From: Philip Prindeville Date: Wed, 5 May 2021 17:43:55 -0600 Subject: 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(-) (limited to 'package/base-files') diff --git a/package/base-files/Makefile b/package/base-files/Makefile index d8d093a306..5f816a0d1b 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 -- cgit v1.2.3