Output "reloading systemd message" to stderr, to prevent confusing debconf.

This commit is contained in:
Tollef Fog Heen 2012-03-08 15:16:27 +01:00
parent 9367214292
commit 29d07fd41e
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
systemd (43-2) UNRELEASED; urgency=low
* Output "reloading systemd message" to stderr, to prevent confusing
debconf.
-- Tollef Fog Heen <tfheen@debian.org> Thu, 08 Mar 2012 15:16:10 +0100
systemd (43-1) experimental; urgency=low
[ Tollef Fog Heen ]

View File

@ -13,7 +13,7 @@ if [ -e /sys/fs/cgroup/systemd ]; then
# If we are called by a maintainer script, chances are good that a
# new or updated sysv init script was installed. Reload daemon to
# pick up any changes.
echo "Reloading systemd"
echo "Reloading systemd" >&2
systemctl daemon-reload
fi