cvs commit: src/usr.sbin/pw pw.8 pw.c pw_group.c pw_user.c
Ian Dowse
iedowse at FreeBSD.org
Sun Jan 11 10:28:11 PST 2004
iedowse 2004/01/11 10:28:08 PST
FreeBSD src repository
Modified files:
usr.sbin/pw pw.8 pw.c pw_group.c pw_user.c
Log:
Add a `-H <fd>' option that is like `-h <fd>', but accepts an already
encrypted password on the specified file descriptor.
PR: bin/22033
MFC after: 2 weeks
Revision Changes Path
1.34 +11 -5 src/usr.sbin/pw/pw.8
1.27 +7 -5 src/usr.sbin/pw/pw.c
1.14 +10 -3 src/usr.sbin/pw/pw_group.c
1.55 +26 -11 src/usr.sbin/pw/pw_user.c
More information about the cvs-src
mailing list