From: Tollef Fog Heen Date: Thu, 8 Mar 2012 14:16:27 +0000 (+0100) Subject: Output "reloading systemd message" to stderr, to prevent confusing debconf. X-Git-Tag: 44-1~15 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29d07fd41e2e07309064f2fa3baa50e1e63099fd;p=systemd Output "reloading systemd message" to stderr, to prevent confusing debconf. --- diff --git a/debian/changelog b/debian/changelog index 7d3fa636..10689cb6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +systemd (43-2) UNRELEASED; urgency=low + + * Output "reloading systemd message" to stderr, to prevent confusing + debconf. + + -- Tollef Fog Heen Thu, 08 Mar 2012 15:16:10 +0100 + systemd (43-1) experimental; urgency=low [ Tollef Fog Heen ] diff --git a/debian/init-functions b/debian/init-functions index 630475e0..fd6163a6 100644 --- a/debian/init-functions +++ b/debian/init-functions @@ -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