summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/rc.d/localpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/localpkg b/etc/rc.d/localpkg
index 7efe504..b3a3f68 100644
--- a/etc/rc.d/localpkg
+++ b/etc/rc.d/localpkg
@@ -56,7 +56,7 @@ pkg_stop()
find_local_scripts_old
for script in `reverse_list ${slist} ${zlist}`; do
if [ -z "${initdone}" -a -f "${script}" ]; then
- echo -n 'Shutting down daemon processes:'
+ echo -n 'Shutting down local packages:'
initdone=yes
fi
if [ -x "${script}" ]; then
OpenPOWER on IntegriCloud