aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/init.d
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-12-09 15:15:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-12-09 15:15:25 +0000
commitbede0a2b458154077f37bbadc0e76acb9e7f0149 (patch)
tree30990af542b6edffbe21b0cf0c42eeabdd0229ee /package/base-files/files/etc/init.d
parent447645424981acbb46fe205e6720d495071f2a91 (diff)
downloadmaster-187ad058-bede0a2b458154077f37bbadc0e76acb9e7f0149.tar.gz
master-187ad058-bede0a2b458154077f37bbadc0e76acb9e7f0149.tar.bz2
master-187ad058-bede0a2b458154077f37bbadc0e76acb9e7f0149.zip
do not start multiple subshells for applying /etc/uci-defaults. use sh -x for hush compatibility
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18717 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/etc/init.d')
-rwxr-xr-xpackage/base-files/files/etc/init.d/boot7
1 files changed, 3 insertions, 4 deletions
diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot
index aa9e967787..2ed4c50613 100755
--- a/package/base-files/files/etc/init.d/boot
+++ b/package/base-files/files/etc/init.d/boot
@@ -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