https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223431
--- Comment #14 from [email protected] --- (In reply to Eugene Grosbein from comment #13) Looks like the patch works: root@gw:~ # pw useradd -D -e 0 root@gw:~ # grep expire_days /etc/pw.conf expire_days = 0 root@gw:~ # pw useradd -D -e 365 root@gw:~ # grep expire_days /etc/pw.conf expire_days = 365 root@gw:~ # pw useradd sobaka root@gw:~ # chsh sobaka [...] Expire [month day year]: November 6, 2018 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
