s/daemon processes/local packages/ for consisitency.

This commit is contained in:
Mike Makonnen 2008-06-23 03:49:30 +00:00
parent f8c63cea14
commit b16a98ec6f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179939

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