summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/rc.d/localpkg3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.d/localpkg b/etc/rc.d/localpkg
index 0eba523..5de96ee 100644
--- a/etc/rc.d/localpkg
+++ b/etc/rc.d/localpkg
@@ -48,6 +48,9 @@ pkg_stop()
find_local_scripts_old
for script in `reverse_list ${slist} ${zlist}`; do
if [ -x "${script}" ]; then
+ if [ `sysctl -n debug.bootverbose` -eq 1 ]; then
+ echo "==>" ${script}
+ fi
(set -T
trap 'exit 1' 2
${script} stop)
OpenPOWER on IntegriCloud