]> err.no Git - systemd/commitdiff
Output "reloading systemd message" to stderr, to prevent confusing debconf.
authorTollef Fog Heen <tfheen@err.no>
Thu, 8 Mar 2012 14:16:27 +0000 (15:16 +0100)
committerTollef Fog Heen <tfheen@err.no>
Thu, 8 Mar 2012 14:16:27 +0000 (15:16 +0100)
debian/changelog
debian/init-functions

index 7d3fa636f0dc6c68982f5d5d068951260b8fa70a..10689cb65d20a4fd550f94a196db275834aeb34e 100644 (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 ]
index 630475e056e37241bb92c18ac92ee03842d71131..fd6163a6761c268f73de2bbcaa47943479db110e 100644 (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