Bugzilla – Bug 543
wrong msgid: "must be setuid root"
Last modified: 2013-09-03 09:06:51 MDT
In the pot file of the new version of sudo there is a string "must be setuid root". I think it has to be "must be setuid_root". This is in the file src/sudo.c:189.
Why would it be "setuid_root"? The message is saying that sudo was not installed as root with the setuid bit set. In other words, it is not "setuid root". Perhaps "must be installed setuid root" would be less confusing?
The latter one is less confusing as I see it. In later revisions it is solved by implementing it at a different place and describing it way more verbose, isn't it? BTW: I am new to all of this and busy, that is why I am late.