aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-06-13 17:10:41 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-06-13 17:10:41 +0000
commite5da9951c2a365f60ff079344ae8d3e0951321ca (patch)
treea11368cfe19370738305055363641da877757b60 /package/base-files
parent54e8a193e3897fcbffc144562e7341f08676a767 (diff)
downloadupstream-e5da9951c2a365f60ff079344ae8d3e0951321ca.tar.gz
upstream-e5da9951c2a365f60ff079344ae8d3e0951321ca.tar.bz2
upstream-e5da9951c2a365f60ff079344ae8d3e0951321ca.zip
[package] base-files: enable shell tracing in initscripts when INIT_TRACE is set
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32340 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rwxr-xr-xpackage/base-files/files/etc/rc.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/base-files/files/etc/rc.common b/package/base-files/files/etc/rc.common
index f9dc83d966..fa2df6cd25 100755
--- a/package/base-files/files/etc/rc.common
+++ b/package/base-files/files/etc/rc.common
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (C) 2006-2011 OpenWrt.org
+# Copyright (C) 2006-2012 OpenWrt.org
. $IPKG_INSTROOT/lib/functions.sh
. $IPKG_INSTROOT/lib/functions/service.sh
@@ -75,6 +75,8 @@ $EXTRA_HELP
EOF
}
+${INIT_TRACE:+set -x}
+
. "$initscript"
ALL_COMMANDS="start stop reload restart boot shutdown enable disable enabled depends ${EXTRA_COMMANDS}"