projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99dd3e1
)
remove /etc/firewall.* from being kept as they no longer are used in trunk
author
Travis Kemen
<thepeople@openwrt.org>
Sat, 16 Aug 2008 16:04:51 +0000
(16:04 +0000)
committer
Travis Kemen
<thepeople@openwrt.org>
Sat, 16 Aug 2008 16:04:51 +0000
(16:04 +0000)
SVN-Revision: 12320
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 ffe3433c3ff52a2722c35f28dc3acac6c87e8fd4..4feb1a9370e0805a3a1b659b53754a82b4d5e587 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/group /etc/dropbear
/etc/firewall.*
> "$file"
+ find /etc/config /etc/passwd /etc/group /etc/dropbear > "$file"
return 0
}