[patch] userdel bug w/pam
Mike Frysinger <[email protected]>
| Newsgroups | gmane.linux.pld.shadow.general |
|---|---|
| Organization | wh0rd.org |
| Message-ID | <[email protected]> |
bug report: http://bugs.gentoo.org/show_bug.cgi?id=66687 problem: When removing a user with userdel, userdel always exits 1 even if the user was removed. It produces no output and according to the man page exiting one means it can not modify the passwd file. It does however modify the passwd file fine. proposed patch by Jason Rhinelander: http://bugs.gentoo.org/attachment.cgi?id=41322&action=view -mike