projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove /etc/firewall.* from being kept as they no longer are used in trunk
[openwrt.git]
/
package
/
base-files
/
files
/
sbin
/
sysupgrade
diff --git
a/package/base-files/files/sbin/sysupgrade
b/package/base-files/files/sbin/sysupgrade
index
ffe3433
..
4feb1a9
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"
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
}
return 0
}
This page took
0.022792 seconds
and
4
git commands to generate.