]> err.no Git - systemd/commitdiff
Drop output message from init-functions hook, it's pointless.
authorTollef Fog Heen <tfheen@err.no>
Mon, 2 Apr 2012 18:17:27 +0000 (20:17 +0200)
committerTollef Fog Heen <tfheen@err.no>
Mon, 2 Apr 2012 18:17:27 +0000 (20:17 +0200)
debian/changelog
debian/init-functions

index 6c06fe953b642703261bb892663f05f32ca07501..39f01361448e877dc79ddce29196578e8a5e60d2 100644 (file)
@@ -1,8 +1,7 @@
 systemd (44-1) UNRELEASED; urgency=low
 
   * New upstream version.
-  * Output "reloading systemd message" to stderr, to prevent confusing
-    debconf.
+  * Drop output message from init-functions hook, it's pointless.
   * Only rmdir /lib/init/rw if it exists.
   * Explicitly order debian-fixup before sysinit.target to prevent a
     possible race condition with the creation of sockets.  Thanks to
index fd6163a6761c268f73de2bbcaa47943479db110e..c7de8e0a7c2f5c1d656f711abf157f45a7dd0b07 100644 (file)
@@ -13,7 +13,6 @@ 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" >&2
         systemctl daemon-reload
     fi