Control: notfound -1 1.9.6-1~exp1
On 01/04/2021 11:33, Marc Haber wrote:
On Wed, Mar 17, 2021 at 05:39:28PM +0000, Chris Boot wrote:
If a Cmnd_Alias (others may also be affected) is defined twice, the
error message produced is misleading:
$ cat >test <<EOF
Cmnd_Alias BUG_TEST = /bin/true
Cmnd_Alias BUG_TEST = /bin/true
EOF
$ visudo -c -f test
test:2:32: Alias "en_GB.UTF-8" already defined
Cmnd_Alias BUG_TEST = /bin/true
^
Weirdness ;-)
Can you try whether sudo 1.9.6 from experimental has the same issue? If
so, it would probably be best if you'd report this upstream
(https://bugzilla.sudo.ws/index.cgi) yourself. If you can't do this,
please let me know and I'll open the upstream issue myself.
I can't replicate the bug in 1.9.6-1~exp1:
$ visudo -c -f test
test:2:32: Alias "BUG_TEST" already defined
Cmnd_Alias BUG_TEST = /bin/true
^
Cheers,
Chris
--
Chris Boot
[email protected]