https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202111
Glen Barber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --- Comment #1 from Glen Barber <[email protected]> --- This works as expected in 11-CURRENT: root@releng2:/ # pw usermod hast -u 5000 root@releng2:/ # grep hast /etc/passwd hast:*:5000:845:HAST unprivileged user:/var/empty:/usr/sbin/nologin I can reproduce this in 10.2-RC2: root@releng1:/usr/src # pw usermod cups -u 194 Segmentation fault (core dumped) root@releng1:/usr/src # grep cups /etc/passwd cups:*:193:193:Cups Owner:/nonexistent:/usr/sbin/nologin -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
