This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: mkpasswd takes 18 hours to finish!


On Fri, 13 Sep 2002, Igor wrote:
> It may be that the order of arguments matters, and that the correct way to
>  specify the username and the domain would be
> 	mkpasswd -u MY_USER_ID -d MY_DOMAIN >> /etc/passwd
> but the point remains the same.

You're right, Igor.  I'd already tried the -u switch and seen that
it didn't appear to work; I'd not thought of the possibility that
the mkpasswd code was sensitive to the order of the command-line
switches!
The answer pops out in under a second using -u before -d.  Perfect.

Rick.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]