mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-24 16:31:05 +00:00
Output "reloading systemd message" to stderr, to prevent confusing debconf.
This commit is contained in:
parent
9367214292
commit
29d07fd41e
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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 ]
|
||||
|
||||
2
debian/init-functions
vendored
2
debian/init-functions
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user