base-files: mark /etc/rc.local as conffile
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 5 Oct 2010 07:32:37 +0000 (07:32 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 5 Oct 2010 07:32:37 +0000 (07:32 +0000)
SVN-Revision: 23232

package/base-files/Makefile

index 1f510df096eaf8fb3e26f557a04aa6b2d17c900b..f290e79a06620976cd4ffe8d0ad7b4ae8b395246 100644 (file)
@@ -53,6 +53,7 @@ define Package/base-files/conffiles
 /etc/profile
 /etc/shells
 /etc/sysctl.conf
+/etc/rc.local
 $(call $(TARGET)/conffiles)
 endef