Re: sudo dumping core on recent current
Lloyd Parkes <[email protected]>
| Newsgroups | gmane.os.netbsd.current |
|---|---|
| Message-ID | <[email protected]> |
Kia ora, I think I've found it. In pkgsrc the config.status file ends up with S["vardir"]="no" in it instead of S["vardir"]="/var/db/sudo". This is almost certainly because sudo's configure isn't being passed enough --with-XXXdir options to correctly configure all the right paths. I'm pretty sure I can convince pkgsrc to behave itself, but I have no idea what sudo should do when given such a defective configuration. Ngā mihi, Lloyd