Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2006-01-25 13:57:19 +0300
committerCorinna Vinschen <corinna@vinschen.de>2006-01-25 13:57:19 +0300
commit6fbc5c2a9b4f3edbd9437f2e3a73fdda3d3c8419 (patch)
treea9d8509e6df21966864ca002c661fd58d327408a /winsup/doc/faq-setup.xml
parent742e27bed8029c336c577231d3880bbf892fee23 (diff)
* faq-setup.xml (faq.setup.snapshots): Rename DLL using Windows tools.
Diffstat (limited to 'winsup/doc/faq-setup.xml')
-rw-r--r--winsup/doc/faq-setup.xml8
1 files changed, 4 insertions, 4 deletions
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:
<screen>
/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
</screen>
</para>
-<para>Note that after the "<literal>mv</literal>" 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 <literal>C:\cygwin\tmp\usr\bin\cygwin1.dll</literal>
+<para>Exit the bash shell, and use Explorer or the Windows command shell to
+first rename <literal>C:\cygwin\bin\cygwin1.dll</literal> to
+<literal>C:\cygwin\bin\cygwin1-prev.dll</literal> and then move
+<literal>C:\cygwin\tmp\usr\bin\cygwin1.dll</literal>
to <literal>C:\cygwin\bin\cygwin1.dll</literal> (assuming you installed Cygwin in
<literal>C:\cygwin</literal>).
</para>