[package] base-files: add /etc/rc.local to the default save file list
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 12 Sep 2009 15:57:31 +0000 (15:57 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 12 Sep 2009 15:57:31 +0000 (15:57 +0000)
SVN-Revision: 17572

package/base-files/files/sbin/sysupgrade

index fb1e91a668205e0268828f361e17f2e18257c9c1..a582d432f8e981a2fd2cb25d57a768f3743db5dd 100755 (executable)
@@ -51,7 +51,7 @@ EOF
 
 add_uci_conffiles() {
        local file="$1"
-       find /etc/config /etc/passwd /etc/group /etc/dropbear /etc/firewall.user > "$file"
+       find /etc/config /etc/passwd /etc/group /etc/dropbear /etc/firewall.user /etc/rc.local > "$file"
        return 0
 }