This is the mail archive of the cygwin 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: OpenSSH remapped my /usr/bin


> -----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/


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