All, I tried to send this message to [EMAIL PROTECTED], since as I understand from the web-site setup.exe issues go there, but my message got bounced. Hence I am sending it here.
Keep up the excellent work on cygwin. Can't wait for 1.5.* to come out. Using the latest setup and installation of cygwin I have a problem when I use setup.exe to un-install cygwin, so I can get a ** completely ** fresh install. I periodically like to uninstall cygwin and re-install to remove any cruft etc. Also this helps with maintenance of my computer, as I can always re-install later. That way I don't have to use so many backup CD's. To get around my ** own ** customizations, I have built my own install packages that integrate into the setup.exe. To do this integration, I use the "generic" build script template, setup.hints + upset to construct my setup.ini. This works great. However, when I de-install setup.exe seems to remove several directories that are ** NOT ** in the cygwin directory structure but are elsewhere, and I mount them under cygwin. Output of my mount: H:\CygnusSolutions-Cygwin Files\CygwinMachine_Package_Dirs\build on /CygwinMachine_Package_Files/Build type system (binmode) H:\CygnusSolutions-Cygwin Files\CygwinMachine_Package_Dirs\dest on /CygwinMachine_Package_Files/Release type system (binmode) H:\CygnusSolutions-Cygwin Files\CygwinMachine_Package_Dirs\src on /CygwinMachine_Package_Files/src type system (binmode) C:\Documents and Settings\Alan Miles on /mnt/User type user (binmode) H:\cygwin\usr\X11R6\lib\X11\fonts on /usr/X11R6/lib/X11/fonts type system (binmode) H:\cygwin\bin on /usr/bin type system (binmode) H:\cygwin\lib on /usr/lib type system (binmode) H:\cygwin on / type system (binmode) c: on /mnt/Drives/c type system (binmode,noumount) d: on /mnt/Drives/d type system (binmode,noumount) e: on /mnt/Drives/e type system (binmode,noumount) h: on /mnt/Drives/h type system (binmode,noumount) i: on /mnt/Drives/i type system (binmode,noumount) j: on /mnt/Drives/j type system (binmode,noumount) k: on /mnt/Drives/k type system (binmode,noumount) l: on /mnt/Drives/l type system (binmode,noumount) Setup.exe seems to remove H:\CygnusSolutions-Cygwin Files\CygwinMachine_Package_Dirs\build and H:\CygnusSolutions-Cygwin Files\CygwinMachine_Package_Dirs\dest (which I use but were empty at the time). Interestingly, it does ** NOT ** remove H:\CygnusSolutions-Cygwin Files\CygwinMachine_Package_Dirs\src which is NOT empty. Subsequent re-installation causes problems with the mount command, until I unmount, manually re-create these directories, and remount. For example, a fragment of info from my setup.log.full file (related to the installation): ... rmdir H:\cygwin/usr/doc/_CygwinMachine_Base-1.0/Setup-Help rmdir H:\cygwin/usr/doc/_CygwinMachine_Base-1.0/PackageBuilder/infra/bin/cygwin/Cy gwin/Setup/CVS rmdir H:\cygwin/usr/doc/_CygwinMachine_Base-1.0/PackageBuilder/infra/bin/cygwin/Cy gwin/Setup rmdir H:\cygwin/usr/doc/_CygwinMachine_Base-1.0/PackageBuilder/infra/bin/cygwin/Cy gwin/CVS rmdir H:\cygwin/usr/doc/_CygwinMachine_Base-1.0/PackageBuilder/infra/bin/cygwin/Cy gwin rmdir H:\cygwin/usr/doc/_CygwinMachine_Base-1.0/PackageBuilder/infra/bin/cygwin/CV S rmdir H:\cygwin/usr/doc/_CygwinMachine_Base-1.0/PackageBuilder/infra/bin/cygwin rmdir H:\cygwin/usr/doc/_CygwinMachine_Base-1.0/PackageBuilder/infra/bin/CVS rmdir H:\cygwin/usr/doc/_CygwinMachine_Base-1.0/PackageBuilder/infra/bin rmdir H:\cygwin/usr/doc/_CygwinMachine_Base-1.0/PackageBuilder/infra/CVS rmdir H:\cygwin/usr/doc/_CygwinMachine_Base-1.0/PackageBuilder/infra rmdir H:\cygwin/usr/doc/_CygwinMachine_Base-1.0/PackageBuilder rmdir H:\cygwin/usr/doc/_CygwinMachine_Base-1.0/CygwinMachine-Help rmdir H:\cygwin/usr/doc/_CygwinMachine_Base-1.0/Auxillary_Scripts rmdir H:\cygwin/usr/doc/_CygwinMachine_Base-1.0 rmdir H:\cygwin/mnt/User rmdir H:\cygwin/mnt/Drives/Z rmdir H:\cygwin/mnt/Drives/Y rmdir H:\cygwin/mnt/Drives/X rmdir H:\cygwin/mnt/Drives/W rmdir H:\cygwin/mnt/Drives/V rmdir H:\cygwin/mnt/Drives/U rmdir H:\cygwin/mnt/Drives/T rmdir H:\cygwin/mnt/Drives/S rmdir H:\cygwin/mnt/Drives/R rmdir H:\cygwin/mnt/Drives/Q rmdir H:\cygwin/mnt/Drives/P rmdir H:\cygwin/mnt/Drives/O rmdir H:\cygwin/mnt/Drives/N rmdir H:\cygwin/mnt/Drives/M rmdir H:\cygwin/mnt/Drives/L rmdir H:\cygwin/mnt/Drives/K rmdir H:\cygwin/mnt/Drives/J rmdir H:\cygwin/mnt/Drives/I rmdir H:\cygwin/mnt/Drives/H rmdir H:\cygwin/mnt/Drives/G rmdir H:\cygwin/mnt/Drives/F rmdir H:\cygwin/mnt/Drives/E rmdir H:\cygwin/mnt/Drives/D rmdir H:\cygwin/mnt/Drives/C rmdir H:\cygwin/mnt/Drives/B rmdir H:\cygwin/mnt/Drives/A rmdir H:\cygwin/mnt/Drives rmdir H:\cygwin/etc/skel/.ncftp rmdir H:\cygwin/etc/CygwinMachines.Diffs rmdir H:\CygnusSolutions-Cygwin Files\CygwinMachine_Package_Dirs\dest rmdir H:\CygnusSolutions-Cygwin Files\CygwinMachine_Package_Dirs\build 2003/07/31 11:24:35 Uninstalling _CygwinMachine_Custom_Utilities unlink H:\cygwin/bin//FieldCounter.exe unlink H:\cygwin/bin//FieldCounter_Pipe.exe unlink H:\cygwin/bin//FileDump.exe unlink H:\cygwin/bin//GenerateRange.exe unlink H:\cygwin/bin//Linegen.exe unlink H:\cygwin/bin//LineNChopper.exe unlink H:\cygwin/bin//Padder.exe where Padder.exe, Linegen.exe are programs that I created for my use under cygwin, based on versions that I built for my Linux installation. I don't believe it should be doing the rmdir H:\CygnusSolutions-Cygwin Files\CygwinMachine_Package_Dirs\dest rmdir H:\CygnusSolutions-Cygwin Files\CygwinMachine_Package_Dirs\build commands, and I am not sure if this is a setup.exe issue, hence the reason I am sending this to this mailing list. I can see the removal of the H:\cygwin directories, but not any external directories that I just mount to. cygcheck -s output attached. _________________________________________ Alan Miles ICQ#: 171006836 More ways to contact me: http://wwp.icq.com/171006836 _________________________________________
Cygwin Win95/NT Configuration Diagnostics Current System Time: Thu Jul 31 18:34:09 2003 Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4 Path: H:\cygwin\usr\local\bin H:\cygwin\bin H:\cygwin\bin c:\WINNT\system32 c:\WINNT c:\WINNT\System32\Wbem c:\cywin\bin c:\PROGRA~1\NcFTP c:\Program Files\ATI Technologies\ATI Control Panel c:\PROGRA~1\NcFTP\bin c:\WINNT\system32\nls c:\WINNT\system32\nls\ENGLISH H:\cygwin\usr\X11R6\bin H:\cygwin\bin\id.exe output (nontsec) UID: 1000(Alan_Miles) GID: 513(None) 513(None) H:\cygwin\bin\id.exe output (ntsec) UID: 1000(Alan_Miles) GID: 513(None) 513(None) 544(Administrators) 545(Users) SysDir: C:\WINNT\system32 WinDir: C:\WINNT HOME = `H:\cygwin\home\Alan_Miles' MAKE_MODE = `unix' PWD = `/mnt/User' USER = `Alan_Miles' Use `-r' to scan registry a: fd N/A N/A c: hd NTFS 7216Mb 42% CP CS UN PA FC Sarek-Win2000-OS d: hd NTFS 1506Mb 100% CP CS UN PA FC Sarek-Win2000-Swap e: hd NTFS 2502Mb 16% CP CS UN PA FC Sarek-Win2000-Software f: cd N/A N/A g: cd N/A N/A h: hd NTFS 4000Mb 41% CP CS UN PA FC Sarek-Win2000-Cygwin i: hd FAT32 38Mb 1% CP UN SAREKBOOTER j: hd FAT32 14184Mb 9% CP UN DATA k: hd FAT32 38Mb 1% CP UN DATAKEEPER l: hd NTFS 27635Mb 1% CP CS UN PA FC Sarek-Win2000-VideoData C:\Documents and Settings\Alan Miles /mnt/User user binmode H:\cygwin / system binmode H:\CygnusSolutions-Cygwin Files\CygwinMachine_Package_Dirs\build /CygwinMachine_Package_Files/Build system binmode H:\CygnusSolutions-Cygwin Files\CygwinMachine_Package_Dirs\dest /CygwinMachine_Package_Files/Release system binmode H:\CygnusSolutions-Cygwin Files\CygwinMachine_Package_Dirs\src /CygwinMachine_Package_Files/src system binmode H:\cygwin/bin /usr/bin system binmode H:\cygwin/lib /usr/lib system binmode H:\cygwin\usr\X11R6\lib\X11\fonts /usr/X11R6/lib/X11/fonts system binmode . /mnt/Drives system binmode,cygdrive Found: H:\cygwin\bin\awk.exe Found: H:\cygwin\bin\bash.exe Found: H:\cygwin\bin\cat.exe Found: H:\cygwin\bin\cp.exe Found: H:\cygwin\bin\cpp.exe Found: H:\cygwin\bin\find.exe Found: H:\cygwin\bin\gcc.exe Found: H:\cygwin\bin\gdb.exe Found: H:\cygwin\bin\grep.exe Found: H:\cygwin\bin\ld.exe Found: H:\cygwin\bin\ls.exe Found: H:\cygwin\bin\make.exe Found: H:\cygwin\bin\mv.exe Found: H:\cygwin\bin\rm.exe Found: H:\cygwin\bin\sed.exe Found: H:\cygwin\bin\sh.exe Found: H:\cygwin\bin\tar.exe 58k 2002/05/07 H:\cygwin\bin\cygbz2-1.dll 54k 2002/01/27 H:\cygwin\bin\cygbz21.0.dll 13k 2003/06/18 H:\cygwin\bin\cygcharset-1.dll 848k 2003/04/11 H:\cygwin\bin\cygcrypto-0.9.7.dll 645k 2003/04/11 H:\cygwin\bin\cygcrypto.dll 551k 2003/04/02 H:\cygwin\bin\cygcurl-2.dll 380k 2002/07/24 H:\cygwin\bin\cygdb-3.1.dll 326k 2002/06/26 H:\cygwin\bin\cygdb2.dll 487k 2002/07/24 H:\cygwin\bin\cygdb_cxx-3.1.dll 135k 2003/04/13 H:\cygwin\bin\cygexpat-0.dll 61k 2003/06/10 H:\cygwin\bin\cygexslt-0.dll 45k 2001/04/25 H:\cygwin\bin\cygform5.dll 35k 2002/01/09 H:\cygwin\bin\cygform6.dll 76k 2003/03/09 H:\cygwin\bin\cygform7.dll 28k 2003/07/20 H:\cygwin\bin\cyggdbm-3.dll 30k 2003/07/26 H:\cygwin\bin\cyggdbm-4.dll 19k 2003/03/22 H:\cygwin\bin\cyggdbm.dll 15k 2003/07/20 H:\cygwin\bin\cyggdbm_compat-3.dll 15k 2003/07/26 H:\cygwin\bin\cyggdbm_compat-4.dll 490k 2002/09/21 H:\cygwin\bin\cygguile-12.dll 488k 2002/07/18 H:\cygwin\bin\cygguile-14.dll 63k 2002/07/18 H:\cygwin\bin\cygguile-srfi-srfi-13-14-1.dll 63k 2002/09/21 H:\cygwin\bin\cygguile-srfi-srfi-13-14-v-1-1.dll 24k 2002/07/18 H:\cygwin\bin\cygguile-srfi-srfi-4-1.dll 24k 2002/09/21 H:\cygwin\bin\cygguile-srfi-srfi-4-v-1-1.dll 14k 2002/07/18 H:\cygwin\bin\cygguilereadline-14.dll 14k 2002/09/21 H:\cygwin\bin\cygguilereadline-v-12-12.dll 17k 2001/06/28 H:\cygwin\bin\cyghistory4.dll 20k 2002/10/10 H:\cygwin\bin\cyghistory5.dll 306k 2002/04/27 H:\cygwin\bin\cyghttpd.dll 945k 2003/06/18 H:\cygwin\bin\cygiconv-2.dll 22k 2001/12/13 H:\cygwin\bin\cygintl-1.dll 28k 2002/09/20 H:\cygwin\bin\cygintl-2.dll 21k 2001/06/20 H:\cygwin\bin\cygintl.dll 12k 2003/02/17 H:\cygwin\bin\cygioperm-0.dll 47k 2003/03/09 H:\cygwin\bin\cygjbig1.dll 132k 2003/07/20 H:\cygwin\bin\cygjpeg-62.dll 119k 2002/02/09 H:\cygwin\bin\cygjpeg6b.dll 61k 2003/03/05 H:\cygwin\bin\cygkpathsea-3.dll 32k 2003/04/16 H:\cygwin\bin\cygltdl-3.dll 26k 2001/04/25 H:\cygwin\bin\cygmenu5.dll 20k 2002/01/09 H:\cygwin\bin\cygmenu6.dll 48k 2003/03/09 H:\cygwin\bin\cygmenu7.dll 453k 2003/07/27 H:\cygwin\bin\cygnaim_core-0.dll 156k 2001/04/25 H:\cygwin\bin\cygncurses++5.dll 175k 2002/01/09 H:\cygwin\bin\cygncurses++6.dll 226k 2001/04/25 H:\cygwin\bin\cygncurses5.dll 202k 2002/01/09 H:\cygwin\bin\cygncurses6.dll 284k 2003/03/09 H:\cygwin\bin\cygncurses7.dll 15k 2001/04/25 H:\cygwin\bin\cygpanel5.dll 12k 2002/01/09 H:\cygwin\bin\cygpanel6.dll 31k 2003/03/09 H:\cygwin\bin\cygpanel7.dll 66k 2003/07/01 H:\cygwin\bin\cygpcre-0.dll 63k 2003/04/11 H:\cygwin\bin\cygpcre.dll 15k 2003/07/01 H:\cygwin\bin\cygpcreposix-0.dll 61k 2003/04/11 H:\cygwin\bin\cygpcreposix.dll 1069k 2003/06/02 H:\cygwin\bin\cygperl5_8_0.dll 168k 2003/02/23 H:\cygwin\bin\cygpng10.dll 173k 2003/02/23 H:\cygwin\bin\cygpng12.dll 170k 2002/01/21 H:\cygwin\bin\cygpng2.dll 22k 2002/06/09 H:\cygwin\bin\cygpopt-0.dll 108k 2001/06/28 H:\cygwin\bin\cygreadline4.dll 127k 2002/10/10 H:\cygwin\bin\cygreadline5.dll 176k 2003/04/11 H:\cygwin\bin\cygssl-0.9.7.dll 165k 2003/04/11 H:\cygwin\bin\cygssl.dll 281k 2003/02/24 H:\cygwin\bin\cygtiff3.dll 282k 2003/07/22 H:\cygwin\bin\cygtiff4.dll 25k 2002/07/14 H:\cygwin\bin\cygungif-4.dll 601k 2003/05/19 H:\cygwin\bin\cygwin-ruby16.dll 2689k 2002/11/16 H:\cygwin\bin\cygxerces-c21.dll 2984k 2003/02/07 H:\cygwin\bin\cygxerces-c22.dll 3088k 2003/06/11 H:\cygwin\bin\cygxerces-c23.dll 903k 2003/06/09 H:\cygwin\bin\cygxml2-2.dll 41k 2002/01/20 H:\cygwin\bin\cygXpm-noX4.dll 46k 2002/01/20 H:\cygwin\bin\cygXpm-X4.dll 174k 2003/06/10 H:\cygwin\bin\cygxslt-1.dll 13k 2003/06/10 H:\cygwin\bin\cygxsltbreakpoint-1.dll 50k 2002/03/12 H:\cygwin\bin\cygz.dll 948k 2003/03/18 H:\cygwin\bin\cygwin1.dll Cygwin DLL version info: DLL version: 1.3.22 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 78 Shared data: 3 DLL identifier: cygwin1 Mount registry: 2 Cygnus registry name: Cygnus Solutions Cygwin registry name: Cygwin Program options name: Program Options Cygwin mount registry name: mounts v2 Cygdrive flags: cygdrive flags Cygdrive prefix: cygdrive prefix Cygdrive default prefix: Build date: Tue Mar 18 09:20:11 EST 2003 CVS tag: dontuse-21 Shared id: cygwin1S3 41k 2002/05/14 H:\cygwin\usr\X11R6\bin\cygPropList-0.dll Cygwin Package Information Package Version _CygwinMachine_Base 1.0-1 _CygwinMachine_Custom_Utilities 1.0-1 _jar_command_fixer 1.0-1 _password_updater 1.0-1 _script 1.0-1 _update-info-dir 00190-1 a2ps 4.12-1 agetty 2.1-1 apache 1.3.24-5 ash 20020731-1 astyle 1.15.3-3 autoconf 2.54-1 autoconf-devel 2.57-1 autoconf-stable 2.13-4 automake 1.7.1-1 automake-devel 1.7.6-1 automake-stable 1.4p5-5 base-files 1.3-1 base-passwd 1.1-1 bash 2.05b-9 bc 1.06-1 binutils 20030307-1 bison 20030307-1 byacc 1.9-1 bzip2 1.0.2-2 c-client 2002d-2 ccache 1.9-1 ccdoc 0.8.39-1 cgoban 1.9.12-1 chkconfig 1.2.24h-1 clear 1.0-1 cmake 1.6.7-1 compface 1.4-5 cpio 2.5-1 cron 3.0.1-10 crypt 1.0-1 ctags 5.5-4 curl 7.10.4-1 curl-devel 7.10.4-1 cvs 1.11.5-1 cygrunsrv 0.96-1 cygutils 1.1.4-2 cygwin 1.3.22-1 cygwin-doc 1.3-4 db2 2.7.7-4 db3.1 3.1.17-2 dejagnu 20021217-2 diff 1.0-1 diffutils 2.8.1-1 docbook-xml42 4.2-1 docbook-xsl 1.61.3-2 doxygen 1.2.18-1 dpkg 1.10.4-2 ed 0.2-1 ELFIO 1.0.0-1 emacs 21.2-12 emacs-el 21.2-12 emacs-X11 21.2-12 enscript 1.6.3-3 exim 4.20-1 expat 1.95.6-1 expect 20030128-1 fetchmail 6.2.2-1 figlet 2.2-1 file 4.02-1 fileutils 4.1-1 findutils 4.1.7-4 flex 2.5.4-2 fortune 1.8-2 fvwm 2.4.7-2 gawk 3.1.3-1 gcc 3.2-3 gcc-mingw 20020817-5 gcc2 2.95.3-10 gdb 20030303-1 gdbm 1.8.3-3 gettext 0.11.5-1 gettext-devel 0.11.5-1 ghostscript 7.05-2 ghostscript-base 7.05-2 ghostscript-x11 7.05-2 gnugo 3.2-1 gnupg 1.2.2-1 gperf 2.7.2-1 grace 5.1.12-1 grep 2.5-1 groff 1.18.1-2 gsl 1.3-1 guile 1.6.0-1 guile-devel 1.6.0-1 guile-doc 1.6.0-1 gzip 1.3.3-4 indent 2.2.8-1 inetutils 1.3.2-23 initscripts 0.9-1 ioperm 0.4-1 irc 20010101-1 jbigkit 1.4-1 jgraph 8.3-1 jpeg 6b-8 keychain 1.9-1 less 378-1 lesstif 0.93.41-1 libbz2_0 1.0.2-1 libbz2_1 1.0.2-2 libcharset1 1.8-3 libdb2 2.7.7-4 libdb2-devel 2.7.7-4 libdb3.1 3.1.17-2 libdb3.1-devel 3.1.17-2 libgdbm 1.8.0-5 libgdbm-devel 1.8.3-3 libgdbm3 1.8.3-3 libgdbm4 1.8.3-5 libguile12 1.6.0-1 libguile14 1.5.6-5 libiconv 1.8-3 libiconv2 1.8-3 libintl 0.10.38-3 libintl1 0.10.40-1 libintl2 0.11.5-1 libjpeg62 6b-9 libjpeg6b 6b-8 libkpathsea3 2.0.2-1 libltdl3 1.5-1 libncurses-devel 5.3-1 libncurses5 5.2-1 libncurses6 5.2-8 libncurses7 5.3-1 libpcre 4.1-1 libpcre0 4.3-2 libpng 1.2.5-1 libpng10 1.0.15-1 libpng10-devel 1.0.15-1 libpng12 1.2.5-1 libpng12-devel 1.2.5-1 libpng2 1.0.12-1 libpopt0 1.6.4-4 libPropList 0.10.1-3 libreadline4 4.1-2 libreadline5 4.3-2 libtiff-devel 3.6.0-2 libtiff3 3.6.0-2 libtiff4 3.6.0-3 libtool 20020705-1 libtool-devel 1.5-1 libtool-stable 1.4.3-1 libungif 4.1.0-2 libxerces-c21 2.1.0-1 libxerces-c22 2.2.0-1 libxerces-c23 2.3.0-2 libxml2 2.5.7-1 libxslt 1.0.30-2 lilypond 1.6.8-2 lilypond-doc 1.6.8-2 links 0.96-1 login 1.9-5 lynx 2.8.4-5 m4 1.4-1 make 3.80-1 man 1.5j-2 mc 4.6.0-4 mingw-runtime 3.0-1 mktemp 1.4-1 mod_auth_mysql 1.11-1 mod_auth_ntsec 1.7-1 mod_dav 1.0.3-1.3.6-1 mod_php4 4.2.0-2 mod_ssl 2.8.8-1.3.24-1 more 2.11o-1 mt 2.0.1-1 mutt 1.4-1 naim 0.11.6-2 nano 1.2.0-1 nasm 0.98.36-1 ncftp 3.1.4-1 ncurses 5.3-1 ncurses-demo 5.3-1 netcat 1.10-1 newlib-man 20020801 openbox 0.99.1-3 opengl 1.1.0-6 openssh 3.6.1p1-2 openssl 0.9.7b-1 openssl-devel 0.9.7b-1 openssl096 0.9.6j-1 par 1.52-1 patch 2.5.8-3 patchutils 0.2.22-2 pcre 4.3-2 pcre-devel 4.3-2 pcre-doc 4.3-2 pdksh 5.2.14-2 perl 5.8.0-3 perl_manpages 5.8.0-3 pine 4.55-1 pinfo 0.6.6p1-1 pkgconfig 0.15.0-1 popt 1.6.4-4 postgresql 7.3.3-1 procmail 3.22-7 procps 010801-2 proftpd 1.2.9rc1-2 psutils 1.17-1 python 2.2.3-2 rcs 5.7-3 readline 4.3-2 rebase 2.2-2 robots 2.0-1 rpm 4.1-1 rpm-build 4.1-1 rpm-doc 4.1-1 rsync 2.5.6-1 ruby 1.6.8-2 rxvt 2.7.10-3 sed 4.0.7-1 sh-utils 2.0.15-3 sharutils 4.2.1-2 shutdown 1.3-1 splint 3.1.1-1 squid 2.4.STABLE7-1 ssmtp 2.38.7-3 stunnel 4.04-3 sunrpc 4.0-1 swig 1.3.19-1 sysvinit 2.84-3 tar 1.13.25-1 tcltk 20030214-1 tcp_wrappers 7.6-1 tcsh 6.12.00-5 termcap 20021106-2 terminfo 5.3-3 tetex 2.0.2-1 tetex-base 2.0.2-1 tetex-bin 2.0.2-1 tetex-devel 2.0.2-1 tetex-doc 2.0.2-1 tetex-extra 2.0.2-1 tetex-tiny 2.0.2-1 tetex-x11 2.0.2-1 texinfo 4.2-4 texmf 20020911-1 texmf-base 20020911-1 texmf-doc 20020911-1 texmf-extra 20020911-1 texmf-tiny 20020911-1 textutils 2.0.21-1 tidy 030201-1 tiff 3.6.0-2 time 1.7-1 tin 1.4.7-1 ttcp 19980512-1 ucl 1.01-1 units 1.77-1 unzip 5.50-2 upx 1.24-1 uw-imap 2002d-1 uw-imap-imapd 2002d-1 uw-imap-util 2002d-1 vim 6.2-1 w32api 2.3-1 wget 1.8.2-2 which 1.5-1 whois 4.6.2-1 WindowMaker 0.80.0-2 x2x 1.27-2 Xaw3d 1.5-1 xerces-c 2.3.0-2 xerces-c-devel 2.3.0-2 xerces-c-doc 2.3.0-2 XFree86-base 4.2.0-1 XFree86-bin 4.2.0-3 XFree86-doc 4.2.0-1 XFree86-etc 4.2.0-1 XFree86-f100 4.2.0-3 XFree86-fcyr 4.2.0-3 XFree86-fenc 4.2.0-3 XFree86-fnts 4.2.0-3 XFree86-fscl 4.2.0-3 XFree86-fsrv 4.2.0-1 XFree86-html 4.2.0-1 XFree86-jdoc 4.2.0-1 XFree86-lib 4.2.0-5 XFree86-man 4.2.0-1 XFree86-nest 4.2.0-1 XFree86-prog 4.2.0-1 XFree86-prt 4.2.0-1 XFree86-ps 4.2.0-1 XFree86-startup-scripts 4.2.0-5 XFree86-vfb 4.2.0-1 XFree86-xserv 4.2.0-43 XFree86-xwinclip 4.2.0-8 xinetd 2.3.9-1 xmlto 0.0.14-1 xpm-nox 4.2.0-1 zip 2.3-2 zlib 1.1.4-1 zsh 4.0.6-5 Use -h to see help about each section
-- 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/