From 6fbc5c2a9b4f3edbd9437f2e3a73fdda3d3c8419 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 25 Jan 2006 10:57:19 +0000 Subject: [PATCH] * faq-setup.xml (faq.setup.snapshots): Rename DLL using Windows tools. --- winsup/doc/ChangeLog | 4 ++++ winsup/doc/faq-setup.xml | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 11c5ea33e..d76fb3462 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2006-01-25 Igor Peshansky + + * faq-setup.xml (faq.setup.snapshots): Rename DLL using Windows tools. + 2006-01-18 Joshua Daniel Franklin * Makefile.in : Remove references to old texinfo FAQ. diff --git a/winsup/doc/faq-setup.xml b/winsup/doc/faq-setup.xml index e0ef693f2..9b40589e4 100644 --- a/winsup/doc/faq-setup.xml +++ b/winsup/doc/faq-setup.xml @@ -419,12 +419,12 @@ the following commands: /bin/tar -C/ -jxvf /posix/path/to/cygwin-inst-YYYYMMDD.tar.bz2 --exclude=usr/bin/cygwin1.dll /bin/tar -C/tmp -jxvf /posix/path/to/cygwin-inst-YYYYMMDD.tar.bz2 usr/bin/cygwin1.dll - /bin/mv /bin/cygwin1.dll /bin/cygwin1-prev.dll -Note that after the "mv" command you will not be able to run any -Cygwin programs. Exit the bash shell, and use Explorer or the -Windows command shell to move C:\cygwin\tmp\usr\bin\cygwin1.dll +Exit the bash shell, and use Explorer or the Windows command shell to +first rename C:\cygwin\bin\cygwin1.dll to +C:\cygwin\bin\cygwin1-prev.dll and then move +C:\cygwin\tmp\usr\bin\cygwin1.dll to C:\cygwin\bin\cygwin1.dll (assuming you installed Cygwin in C:\cygwin).