From 436b84c750cff047a168e8b2f1cc5d7fb370a996 Mon Sep 17 00:00:00 2001 From: brooks Date: Tue, 27 Sep 2005 02:05:55 +0000 Subject: [PATCH] Don't print anything if we can't do any localpkg shutdown (start already does this). Submitted by: Andre Albsmeier PR: conf/86606 --- etc/rc.d/localpkg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/rc.d/localpkg b/etc/rc.d/localpkg index fb429c9ace1..c4ade879024 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=" " -- 2.45.2