From 45434263c7531bc502bc0c7814b9f9a136235633 Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Sun, 12 Feb 2023 22:27:18 -0600 Subject: [PATCH] Fedora 37 hates the oxford comma? --- templates/Fedora/37/etc/sudo.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/Fedora/37/etc/sudo.conf b/templates/Fedora/37/etc/sudo.conf index fe92dad..773a0e0 100644 --- a/templates/Fedora/37/etc/sudo.conf +++ b/templates/Fedora/37/etc/sudo.conf @@ -129,10 +129,10 @@ # Debug program /path/to/debug_log subsystem@priority[,subsyste@priority] # # Sudo and related programs support logging debug information to a file. -# The program is typically sudo, sudoers.so, sudoreplay, or visudo. +# The program is typically sudo, sudoers.so, sudoreplay or visudo. # # Subsystems vary based on the program; "all" matches all subsystems. -# Priority may be crit, err, warn, notice, diag, info, trace, or debug. +# Priority may be crit, err, warn, notice, diag, info, trace or debug. # Multiple subsystem@priority may be specified, separated by a comma. # #Debug sudo /var/log/sudo_debug all@debug