s/daemon processes/local packages/ for consisitency.

This commit is contained in:
mtm 2008-06-23 03:49:30 +00:00
parent 13cc8b243a
commit e3f330d43d

View File

@ -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