From b16a98ec6f60afbd9392a9554d3dbdbc44d9ca77 Mon Sep 17 00:00:00 2001 From: Mike Makonnen Date: Mon, 23 Jun 2008 03:49:30 +0000 Subject: [PATCH] s/daemon processes/local packages/ for consisitency. --- etc/rc.d/localpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/localpkg b/etc/rc.d/localpkg index 7efe504c465..b3a3f687d7b 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