Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Dave Korn" To: Subject: RE: OpenSSH remapped my /usr/bin Date: Thu, 2 Dec 2004 10:19:23 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: Message-ID: X-OriginalArrivalTime: 02 Dec 2004 10:19:24.0015 (UTC) FILETIME=[6538A7F0:01C4D858] > -----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/