projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0ca17a
)
base-files: mark /etc/rc.local as conffile
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 5 Oct 2010 07:32:37 +0000
(07:32 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 5 Oct 2010 07:32:37 +0000
(07:32 +0000)
SVN-Revision: 23232
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index 1f510df096eaf8fb3e26f557a04aa6b2d17c900b..f290e79a06620976cd4ffe8d0ad7b4ae8b395246 100644
(file)
--- 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