remove /etc/firewall.* from being kept as they no longer are used in trunk
authorthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 16 Aug 2008 16:04:51 +0000 (16:04 +0000)
committerthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 16 Aug 2008 16:04:51 +0000 (16:04 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12320 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/base-files/files/sbin/sysupgrade

index ffe3433..4feb1a9 100755 (executable)
@@ -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
 }
 
This page took 0.032168 seconds and 4 git commands to generate.