From fdfadacf88858f0f13536ba90d3496393688b632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 15 Oct 2024 11:14:30 +0200 Subject: [PATCH] doc: Example send_error_messages in /etc/dnf/automatic.conf The option was documented in a manual page, but it wasn't mentioned in the default configuration file. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2318136 --- etc/dnf/automatic.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/dnf/automatic.conf b/etc/dnf/automatic.conf index f60f75b9e9..5793230a0c 100644 --- a/etc/dnf/automatic.conf +++ b/etc/dnf/automatic.conf @@ -47,6 +47,8 @@ reboot_command = "shutdown -r +5 'Rebooting after applying package updates'" # If emit_via is None or left blank, no messages will be sent. emit_via = stdio +# If an error occurs, send the error message via the configured emitter. +send_error_messages = no [email] # The address to send email messages from.