Comment 12 for bug 1813464

Revision history for this message
Brian Murray (brian-murray) wrote :

For the record I did a search of all the packages in the Ubuntu archive (for Bionic, Cosmic, and Disco) which used the new invoke-rc.d argument of "--skip-systemd-native" and only found sasl2-bin. Additionally, I also search all my local bug attachments (foundations-bugs subscribed packages) for issues with invoke-rc.d and didn't find any. Subsequently, I don't think this really needs SRU'ing for Bionic and Cosmic.

 $ export UST="/home/bdmurray/source-trees/ubuntu-security-tools"; export ARCH=amd64; for comp in main; do ~/source-trees/ubuntu-security-tools/repo-tools/for-archive /mnt/storage/archive-mirror/dists/disco/$comp/binary-$ARCH/Packages.gz /mnt/storage/archive-mirror/ $UST/repo-tools/for-archive-tools/unpack-control-search "skip-systemd-native"; done
/mnt/storage/archive-mirror/pool/main/c/cyrus-sasl2/sasl2-bin_2.1.27+dfsg-1_amd64.deb
 ./postinst: invoke-rc.d --skip-systemd-native saslauthd $_dh_action || exit 1
 ./prerm: invoke-rc.d --skip-systemd-native saslauthd stop || exit 1
[ 2:53PM 5093 ] [ bdmurray@bizarro:/mnt/storage/archive-mirror ]
 $ export UST="/home/bdmurray/source-trees/ubuntu-security-tools"; export ARCH=amd64; for comp in main; do ~/source-trees/ubuntu-security-tools/repo-tools/for-archive /mnt/storage/archive-mirror/dists/cosmic/$comp/binary-$ARCH/Packages.gz /mnt/storage/archive-mirror/ $UST/repo-tools/for-archive-tools/unpack-control-search "skip-systemd-native"; done
[ 3:00PM 5094 ] [ bdmurray@bizarro:/mnt/storage/archive-mirror ]
 $ export UST="/home/bdmurray/source-trees/ubuntu-security-tools"; export ARCH=amd64; for comp in universe multiverse restricted; do ~/source-trees/ubuntu-security-tools/repo-tools/for-archive /mnt/storage/archive-mirror/dists/cosmic/$comp/binary-$ARCH/Packages.gz /mnt/storage/archive-mirror/ $UST/repo-tools/for-archive-tools/unpack-control-search "skip-systemd-native"; done
[ 3:16PM 5095 ] [ bdmurray@bizarro:/mnt/storage/archive-mirror ]
 $ export UST="/home/bdmurray/source-trees/ubuntu-security-tools"; export ARCH=amd64; for comp in main universe multiverse restricted; do ~/source-trees/ubuntu-security-tools/repo-tools/for-archive /mnt/storage/archive-mirror/dists/bionic/$comp/binary-$ARCH/Packages.gz /mnt/storage/archive-mirror/ $UST/repo-tools/for-archive-tools/unpack-control-search "skip-systemd-native"; done