Your message dated Wed, 20 Jan 2021 11:18:49 +0000
with message-id <[email protected]>
and subject line Bug#980401: fixed in prosody 0.11.7-3
has caused the Debian Bug report #980401,
regarding prosody: Do not use invoke-rc.d in logrotate script
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
980401: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980401
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: prosody
Version: 0.11.7-2
Severity: important
Tags: patch
Hi!
The invoke-rc.d interface is intended to be used only from maintainer
scripts, anything else meant to be executed during the normal operation
of the system needs one of the other interfaces to services, such as
service(8), as the boot process will definitely not honor any
invoke-rc.d policy anyway.
Attached a patch fixing this.
Thanks,
Guillem
From 626b7965b70c94cb487a6f6d640f2f8f2c7b1d46 Mon Sep 17 00:00:00 2001
From: Guillem Jover <[email protected]>
Date: Mon, 18 Jan 2021 20:02:23 +0100
Subject: [PATCH] Do not use invoke-rc.d in logrotate script
The invoke-rc.d interface is intended to be used only from maintainer
script, anything else meant to be executed during the normal operation
of the system needs one of the other interfaces to services, such as
service(8), as the boot process will definitely not honor any
invoke-rc.d policy anyway.
---
debian/prosody.logrotate | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/prosody.logrotate b/debian/prosody.logrotate
index 6a71283..5407a18 100644
--- a/debian/prosody.logrotate
+++ b/debian/prosody.logrotate
@@ -5,7 +5,7 @@
delaycompress
create 640 prosody adm
postrotate
- [ ! -e /run/prosody/prosody.pid ] || /usr/sbin/invoke-rc.d prosody reload > /dev/null
+ [ ! -e /run/prosody/prosody.pid ] || service prosody reload > /dev/null
endscript
sharedscripts
missingok
--
2.30.0
--- End Message ---
--- Begin Message ---
Source: prosody
Source-Version: 0.11.7-3
Done: Victor Seva <[email protected]>
We believe that the bug you reported is fixed in the latest version of
prosody, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Victor Seva <[email protected]> (supplier of updated prosody package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 20 Jan 2021 11:59:22 +0100
Source: prosody
Architecture: source
Version: 0.11.7-3
Distribution: unstable
Urgency: medium
Maintainer: Debian XMPP Maintainers <[email protected]>
Changed-By: Victor Seva <[email protected]>
Closes: 980401
Changes:
prosody (0.11.7-3) unstable; urgency=medium
.
[ Guillem Jover ]
* Do not use invoke-rc.d in logrotate script (Closes: #980401)
Checksums-Sha1:
097756b5e731a597f2c2dc48b1b3a7f75c7df9af 1873 prosody_0.11.7-3.dsc
371851f6bd0873cd365e788934cde2e0d3703aaa 28016 prosody_0.11.7-3.debian.tar.xz
39a8c593c9aa85b4dc640de8335d3b172e3e6f51 6535 prosody_0.11.7-3_amd64.buildinfo
Checksums-Sha256:
67f068553fd676923f10cac1b9115c4d0b21bfc2af262a7f8f0199179ad9d30d 1873
prosody_0.11.7-3.dsc
3c48a6aa9a0c03c1d5fe4d09e6fdda09e706c6a2780b2626ebfc2448603feb72 28016
prosody_0.11.7-3.debian.tar.xz
aa8f2c720552972377b8f03ffb8f6fe98cdfe0c1c158eb6eea5f4e6fcdb05bd7 6535
prosody_0.11.7-3_amd64.buildinfo
Files:
6321c16967200ebd83281a523aa06198 1873 net optional prosody_0.11.7-3.dsc
c40bf973b6c7416860544a900b5722d8 28016 net optional
prosody_0.11.7-3.debian.tar.xz
359cd0cbdedf9ffb0053fdf87d99fa3d 6535 net optional
prosody_0.11.7-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFFBAEBCgAvFiEEDmBQEMrYIhRFqKAgIXSmjn2oLMcFAmAIDjYRHHZzZXZhQGRl
Ymlhbi5vcmcACgkQIXSmjn2oLMcdQAf+NzeszghDjCdOKoCeyntKaqoEdAK4a7QV
lzp3IW+zVSLOnFznZfrLtHKJMhKpJI8wUa/iQT/wFGLr9mYZsQCsxKabVnoFveCc
Al1MPTtzT+RGtQL/8Q3/DUbQENcSlw47ljzRDsoNF5O0xtX3Dp970GZBPr8YRtlO
PrC3Ko+Fks0K/IiQkRLvH3deA2keElV8y6VRyTu/VkheZUUWLEbINvDnWbHd1EYR
ZboOCBGYw06p3eTm8iMpbdaZcKLihT0e+n4hO9RfCcJQ/9fLYSAxQMROfINqbv9N
yzwNLCCGC9obFeYqgG23ncxCjwEW0nUQM7IZNKSmkTSGHlV8eVPm9A==
=codM
-----END PGP SIGNATURE-----
--- End Message ---