The following reply was made to PR bin/173005; it has been noted by GNATS. From: J B <[email protected]> To: [email protected], [email protected] Cc: Subject: Re: bin/173005: PW(8) - 'pw usermod' causes Segmentation fault: 11 (core dumped) Date: Sun, 28 Oct 2012 20:41:50 +0100
This is the current (unpatched) state: # pw useradd moo -g moo pw: group `moo' does not exist # pw useradd moo -g boo pw: group `boo' does not exist # pw useradd moo -g "" pw: group `' is not defined As you can see there is a distinction between error msgs based on user input of primary group (or lack of it). That's why I asked you to be consistent with past and current user experience. jb _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
