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]

Re: Cygwin for Windows Me


Christopher Faylor wrote:
> 
> On Tue, May 01, 2001 at 10:53:34AM -0400, (STi) Michael C. Schatz wrote:
> >In that case is there a way for mkpasswd to maintain shell choice?
> 
> mkpasswd
> vi /etc/passwd
> :%s%/bin/sh%/bin/bash%
> ZZ

---mymkpasswd----
#!/bin/sh
mkpasswd
cat /etc/passwd | sed -e 's#/bin/sh#/bin/bash#' > /tmp/passwd
mv /tmp/passwd /etc/passwd
-----------------

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


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