From a65975e0d681074629a6e27988c7a25b22b934cd Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 5 Oct 2010 07:32:37 +0000 Subject: [PATCH] base-files: mark /etc/rc.local as conffile SVN-Revision: 23232 --- package/base-files/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 1f510df096..f290e79a06 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -53,6 +53,7 @@ define Package/base-files/conffiles /etc/profile /etc/shells /etc/sysctl.conf +/etc/rc.local $(call $(TARGET)/conffiles) endef