Bug#875791: sudo: /etc/sudoers.dist is created than deleted

2017-09-14 Thread Bob Proulx
> $ cat /var/lib/dpkg/info/sudo.postinst > [...] > if [ -f /etc/sudoers.dist ]; then > rm /etc/sudoers.dist > fi > [...] ... > sorry, my mistake :-( > > the sudoers.dist is an example file in another directory For the previous history of this bit of postinst code please see Bug#862309 for

Bug#875791: sudo: /etc/sudoers.dist is created than deleted

2017-09-14 Thread Davide Prina
Package: sudo Version: 1.8.21p2-1 Severity: minor Dear Maintainer, $ LANG=en_EN ls /etc/sudoers.dist ls: cannot access '/etc/sudoers.dist': No such file or directory $ apt-file list sudo | grep sudoers.dist sudo: /usr/share/doc/sudo/examples/sudoers.dist $ cat /var/lib/dpkg/info/sudo.postinst [..