projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df9f22f
)
keep /etc/group over reflash as well
author
Travis Kemen
<thepeople@openwrt.org>
Thu, 24 Jul 2008 16:36:39 +0000
(16:36 +0000)
committer
Travis Kemen
<thepeople@openwrt.org>
Thu, 24 Jul 2008 16:36:39 +0000
(16:36 +0000)
SVN-Revision: 11919
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 9cc29b4995a7f40aeaa9d1fb5d0a3fe4a6c35e64..ffe3433c3ff52a2722c35f28dc3acac6c87e8fd4 100755
(executable)
--- a/
package/base-files/files/sbin/sysupgrade
+++ b/
package/base-files/files/sbin/sysupgrade
@@
-44,7
+44,7
@@
EOF
add_uci_conffiles() {
local file="$1"
- find /etc/config /etc/passwd /etc/dropbear /etc/firewall.* > "$file"
+ find /etc/config /etc/passwd /etc/
group /etc/
dropbear /etc/firewall.* > "$file"
return 0
}