summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/rc.d/localpkg3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc.d/localpkg b/etc/rc.d/localpkg
index fb429c9..c4ade87 100644
--- a/etc/rc.d/localpkg
+++ b/etc/rc.d/localpkg
@@ -53,13 +53,12 @@ pkg_start()
pkg_stop()
{
- echo -n 'Shutting down daemon processes:'
-
# For each dir in $local_startup, search for init scripts matching *.sh
case ${local_startup} in
[Nn][Oo] | '')
;;
*)
+ echo -n 'Shutting down daemon processes:'
slist=""
if [ -z "${script_name_sep}" ]; then
script_name_sep=" "
OpenPOWER on IntegriCloud