projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdaeaaf
)
base-files: add /etc/rc.local to the default save file list
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 12 Sep 2009 15:57:31 +0000
(15:57 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 12 Sep 2009 15:57:31 +0000
(15:57 +0000)
SVN-Revision: 17572
package/base-files/files/sbin/sysupgrade
patch
|
blob
|
history
diff --git
a/package/base-files/files/sbin/sysupgrade
b/package/base-files/files/sbin/sysupgrade
index fb1e91a668205e0268828f361e17f2e18257c9c1..a582d432f8e981a2fd2cb25d57a768f3743db5dd 100755
(executable)
--- a/
package/base-files/files/sbin/sysupgrade
+++ b/
package/base-files/files/sbin/sysupgrade
@@
-51,7
+51,7
@@
EOF
add_uci_conffiles() {
local file="$1"
- find /etc/config /etc/passwd /etc/group /etc/dropbear /etc/firewall.user > "$file"
+ find /etc/config /etc/passwd /etc/group /etc/dropbear /etc/firewall.user
/etc/rc.local
> "$file"
return 0
}