From: Tollef Fog Heen Date: Mon, 2 Apr 2012 18:17:27 +0000 (+0200) Subject: Drop output message from init-functions hook, it's pointless. X-Git-Tag: 44-1~10 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8985bd63a99e0c8d251ed7028739ada749eac7b;p=systemd Drop output message from init-functions hook, it's pointless. --- diff --git a/debian/changelog b/debian/changelog index 6c06fe95..39f01361 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/init-functions b/debian/init-functions index fd6163a6..c7de8e0a 100644 --- a/debian/init-functions +++ b/debian/init-functions @@ -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