Package: systemd
Version: 215-2
Severity: grave

After installation systemd.postinst fails with code 1 when the group
systemd-journal already exists because then addgroup returns code 1 even
with --quiet.
To resolve this I added || true in line 98 so that the script continues:

addgroup --quiet --system systemd-journal || true


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to