base-files: add /etc/rc.local to the default save file list

SVN-Revision: 17572
This commit is contained in:
Jo-Philipp Wich 2009-09-12 15:57:31 +00:00
parent bdaeaafbef
commit 8962270fec

View File

@ -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
}