systemd.postinst: Drop the --quiet from the addgroup calls as well

Same reason as above.

Closes: #762275
This commit is contained in:
Martin Pitt 2015-06-29 17:01:01 +02:00
parent db9de34f32
commit 062f460f97
2 changed files with 4 additions and 2 deletions

2
debian/changelog vendored
View File

@ -5,6 +5,8 @@ systemd (221-2) UNRELEASED; urgency=medium
group already exists as a non-system group you get a sensible error
message. Some broken tutorials forget the --system option.
(Closes: #769948, LP: #1455956)
* systemd.postinst: Drop the --quiet from the addgroup calls as well, same
reason as above. (Closes: #762275)
-- Martin Pitt <mpitt@debian.org> Mon, 29 Jun 2015 07:42:50 +0200

View File

@ -97,8 +97,8 @@ fi
systemd-machine-id-setup
# Setup system users and groups
addgroup --quiet --system systemd-journal
addgroup --quiet --system systemd-journal-remote
addgroup --system systemd-journal
addgroup --system systemd-journal-remote
adduser --quiet --system --group --no-create-home --home /run/systemd \
--gecos "systemd Time Synchronization" systemd-timesync