merge r18455
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 20 Nov 2009 23:04:35 +0000 (23:04 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 20 Nov 2009 23:04:35 +0000 (23:04 +0000)
SVN-Revision: 18456

package/base-files/files/sbin/sysupgrade

index 0936d9ec32d66410a2a6fac9cd367592b5d18285..bee5565c06d130c46cc8d69efdb27f42a80c2394 100755 (executable)
@@ -54,7 +54,8 @@ EOF
 
 add_uci_conffiles() {
        local file="$1"
-       find /etc/config /etc/passwd /etc/group /etc/dropbear /etc/firewall.user /etc/rc.local > "$file"
+       find /etc/config /etc/passwd /etc/group /etc/dropbear \
+               /etc/firewall.user /etc/rc.local -type f > "$file"
        return 0
 }