do not start multiple subshells for applying /etc/uci-defaults. use sh -x for hush compatibility

SVN-Revision: 18717
This commit is contained in:
Felix Fietkau
2009-12-09 15:15:25 +00:00
parent 2bb632d96c
commit 4c8d72d183
2 changed files with 5 additions and 6 deletions
package/base-files/files/etc

@ -35,10 +35,9 @@ system_config() {
[ -x /sbin/klogd ] && klogd ${klogconloglevel:+-c $klogconloglevel}
}
apply_uci_config() {(
include /lib/config
uci_apply_defaults
)}
apply_uci_config() {
sh -c '. /etc/functions.sh; include /lib/config; uci_apply_defaults'
}
start() {
[ -f /proc/mounts ] || /sbin/mount_root