* [bug#71613] [PATCH] Enable the enqueuing of offline messages by OpenSMTPd.
@ 2024-06-17 16:15 Felix Lechner via Guix-patches via
2024-07-09 19:14 ` bug#71613: Close Andreas Enge
0 siblings, 1 reply; 2+ messages in thread
From: Felix Lechner via Guix-patches via @ 2024-06-17 16:15 UTC (permalink / raw)
To: 71613; +Cc: Felix Lechner
Change-Id: I6da8c3650be66f7e2297ea6174a66b7f0b1bc0c0
---
gnu/packages/mail.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index d853fab4d3..29b727eaaa 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3293,6 +3293,10 @@ (define-public opensmtpd
;; Fix some incorrectly hard-coded external tool file names.
(add-after 'unpack 'patch-FHS-file-names
(lambda _
+ ;; avoids warning smtpd: couldn't enqueue offline message
+ ;; smtpctl exited abnormally
+ (substitute* "usr.sbin/smtpd/smtpd.h"
+ (("/usr/bin/smtpctl") "/run/setuid-programs/smtpctl"))
(substitute* "usr.sbin/smtpd/smtpctl.c"
;; ‘gzcat’ is auto-detected at compile time, but ‘cat’ isn't.
(("/bin/cat") (which "cat")))
base-commit: 71c678a16aae416298a0e3fa322b425315bb7b00
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#71613: Close
2024-06-17 16:15 [bug#71613] [PATCH] Enable the enqueuing of offline messages by OpenSMTPd Felix Lechner via Guix-patches via
@ 2024-07-09 19:14 ` Andreas Enge
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Enge @ 2024-07-09 19:14 UTC (permalink / raw)
To: 71613-done
The package has passed the important architectures on QA, I have
pushed the patch with a different commit message.
Thanks!
Andreas
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-09 19:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-17 16:15 [bug#71613] [PATCH] Enable the enqueuing of offline messages by OpenSMTPd Felix Lechner via Guix-patches via
2024-07-09 19:14 ` bug#71613: Close Andreas Enge
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.