mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
s/daemon processes/local packages/ for consisitency.
This commit is contained in:
parent
f8c63cea14
commit
b16a98ec6f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue