From c8985bd63a99e0c8d251ed7028739ada749eac7b Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Mon, 2 Apr 2012 20:17:27 +0200 Subject: [PATCH] Drop output message from init-functions hook, it's pointless. --- debian/changelog | 3 +-- debian/init-functions | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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 -- 2.39.5