From e3f330d43d688bc4b1309e576028e312f48b9230 Mon Sep 17 00:00:00 2001 From: mtm Date: Mon, 23 Jun 2008 03:49:30 +0000 Subject: 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 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 -- cgit v1.1