Package: dash
Version: 0.5.12-12
Severity: normal

Dear Maintainer, job end notifications are tracked and stored when job control
is off and are printed as soon as it is turned on (instead of being discarded)

        #!/bin/sh
        set -m
        sleep 1 &     # job 1 as group leader
        set +m
        
        sleep 1 &     # job 2 as simple child
        
        sleep 2       # jobs 1 and 2 are finished by now
        
        set -m        # Notifications about job 1 and 2 appear
        sleep 1 &     # job 3 as group leader...
        set +m
        
        wait

-- System Information:
Debian Release: forky/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.16.10+deb14-amd64 (SMP w/14 CPU threads; PREEMPT)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages dash depends on:
ii  debianutils  5.23.2
ii  libc6        2.41-12

dash recommends no packages.

dash suggests no packages.

-- debconf information excluded

Reply via email to