OpenSSH remapped my /usr/bin

Dave Korn dk@artimi.com
Thu Dec 2 10:21:00 GMT 2004


> -----Original Message-----
> From: cygwin-owner On Behalf Of Yaroslav Bulatov
> Sent: 02 December 2004 08:07

> I installed OpenSSH standalone package, and now my /usr/bin and /bin
> refer to a different directory. How can I change it back to
> c:\cygwin\bin ?
> 
> Yaroslav
> 

  Use the mount command.

mount -f -s -b "C:/cygwin/bin" "/usr/bin"
mount -f -s -b "C:/cygwin/lib" "/usr/lib"
mount -f -s -b "C:/cygwin" "/"


  Presumably this standalone openssh is in fact a bundle of cygwin ssh exe
plus the dll?  

    cheers, 
      DaveK
-- 
Can't think of a witty .sigline today....


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list