+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 ]
# 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