diff options
author | Ron Yorston <rmy@pobox.com> | 2021-09-26 08:59:03 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-09-26 08:59:03 +0100 |
commit | e19dd7d618434be1336727a5113c1432ac3c6573 (patch) | |
tree | e8b0c1f7a73352004e9ede35524219b692df0f1c /TODO | |
parent | 1403d81c4ad4531187644005fa73789d0f7cb606 (diff) | |
download | busybox-w32-e19dd7d618434be1336727a5113c1432ac3c6573.tar.gz busybox-w32-e19dd7d618434be1336727a5113c1432ac3c6573.tar.bz2 busybox-w32-e19dd7d618434be1336727a5113c1432ac3c6573.zip |
ash: prevent exit if background jobs are present
If the user exits from an interactive shell while background jobs
are running the console window won't terminate because the
background jobs are still connected to it.
Warn the user when this happens. They can either shut down the
background jobs themselves or close the console window.
This is implemented by repurposing the stoppedjobs() function
which is otherwise unused in the WIN32 port.
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions