Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2012 19:50:01 GMT
From:      J B <jb.1234abcd@gmail.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/173005: PW(8) - &#39;pw usermod&#39; causes Segmentation fault: 11 (core dumped)
Message-ID:  <201210281950.q9SJo1EU015556@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/173005; it has been noted by GNATS.

From: J B <jb.1234abcd@gmail.com>
To: bug-followup@FreeBSD.org, jb.1234abcd@gmail.com
Cc:  
Subject: Re: bin/173005: PW(8) - &#39;pw usermod&#39; 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210281950.q9SJo1EU015556>