summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authormtm <mtm@FreeBSD.org>2008-06-23 03:49:30 +0000
committermtm <mtm@FreeBSD.org>2008-06-23 03:49:30 +0000
commite3f330d43d688bc4b1309e576028e312f48b9230 (patch)
treedb7ffb54ff4503a7786e68e133d559aeed8f27b4 /etc/rc.d
parent13cc8b243a7ae4d6ea17bd0e5101e4099f530841 (diff)
downloadFreeBSD-src-e3f330d43d688bc4b1309e576028e312f48b9230.zip
FreeBSD-src-e3f330d43d688bc4b1309e576028e312f48b9230.tar.gz
s/daemon processes/local packages/ for consisitency.
Diffstat (limited to 'etc/rc.d')
-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