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).