Blame SOURCES/sudo-1.8.25-c-option-help.patch

0eb21d
From 142b370c1f928549db3b357a495d151c7cd87f65 Mon Sep 17 00:00:00 2001
0eb21d
From: "Todd C. Miller" <Todd.Miller@sudo.ws>
0eb21d
Date: Tue, 11 Dec 2018 09:05:04 -0700
0eb21d
Subject: [PATCH 2/4] The -c option was missing from the help info; from
0eb21d
 Radovan Sroka
0eb21d
0eb21d
---
0eb21d
 plugins/sudoers/cvtsudoers.c | 1 +
0eb21d
 1 file changed, 1 insertion(+)
0eb21d
0eb21d
diff --git a/plugins/sudoers/cvtsudoers.c b/plugins/sudoers/cvtsudoers.c
0eb21d
index 795936c1..0221314b 100644
0eb21d
--- a/plugins/sudoers/cvtsudoers.c
0eb21d
+++ b/plugins/sudoers/cvtsudoers.c
0eb21d
@@ -1315,6 +1315,7 @@ help(void)
0eb21d
     usage(0);
0eb21d
     (void) puts(_("\nOptions:\n"
0eb21d
 	"  -b, --base=dn              the base DN for sudo LDAP queries\n"
0eb21d
+	"  -c, --config=conf_file     the path to the configuration file\n"
0eb21d
 	"  -d, --defaults=deftypes    only convert Defaults of the specified types\n"
0eb21d
 	"  -e, --expand-aliases       expand aliases when converting\n"
0eb21d
 	"  -f, --output-format=format set output format: JSON, LDIF or sudoers\n"
0eb21d
-- 
0eb21d
2.17.2
0eb21d