Hello
Thanks for the reply.
I uninstalled inetutils. removed /etc/inetd.conf. Installed inetutils and
run iu-config.
Installed the service and started it. Two inetd process are running (which
is correct).
But netstat -an show no listening ports.
Any ideas ?
Regards
Ruud
--------------------------------------------------------------
[EMAIL PROTECTED] ~
$ rm /etc/inetd.conf

[EMAIL PROTECTED] ~
$ iu-config
Overwrite existing /etc/ftpusers file? (yes/no) yes
Creating default /etc/ftpusers file
Overwrite existing /etc/ftpwelcome file? (yes/no) yes
Creating default /etc/ftpwelcome file
Overwrite existing /etc/inetd.conf file? (yes/no) yes
Creating default /etc/inetd.conf file
Overwrite existing /etc/motd file? (yes/no) yes
Creating default /etc/motd file
Overwrite existing /etc/shells file? (yes/no) yes
Creating default /etc/shells file

Configuration finished. Have fun!

[EMAIL PROTECTED] ~
$ inetd --install-as-service
bash: inetd: command not found

[EMAIL PROTECTED] ~
$ /usr/sbin/inetd --install-as-service

[EMAIL PROTECTED] ~
$ net start inetd
The CYGWIN inetd service is starting.
The CYGWIN inetd service was started successfully.


[EMAIL PROTECTED] ~
$ netstat -an

Active Connections

  Proto  Local Address          Foreign Address        State
  TCP    0.0.0.0:80             0.0.0.0:0              LISTENING
  TCP    0.0.0.0:135            0.0.0.0:0              LISTENING
  TCP    0.0.0.0:445            0.0.0.0:0              LISTENING
  TCP    0.0.0.0:1025           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:1034           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:1038           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:3389           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:5800           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:5900           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:21234          0.0.0.0:0              LISTENING
  TCP    0.0.0.0:44334          0.0.0.0:0              LISTENING
  TCP    10.1.1.11:139          0.0.0.0:0              LISTENING
  TCP    10.1.1.11:14288        0.0.0.0:0              LISTENING
  TCP    80.218.231.109:1038    64.12.30.140:5190      ESTABLISHED
  TCP    80.218.231.109:1185    152.163.208.121:80     TIME_WAIT
  TCP    80.218.231.109:16668   0.0.0.0:0              LISTENING
  TCP    127.0.0.1:1028         0.0.0.0:0              LISTENING
  UDP    0.0.0.0:445            *:*
  UDP    0.0.0.0:1026           *:*
  UDP    0.0.0.0:1031           *:*
  UDP    0.0.0.0:1032           *:*
  UDP    0.0.0.0:44334          *:*
  UDP    10.1.1.11:137          *:*
  UDP    10.1.1.11:138          *:*
  UDP    10.1.1.11:11581        *:*
  UDP    80.218.231.109:8802    *:*
  UDP    127.0.0.1:1041         *:*
  UDP    127.0.0.1:1043         *:*

[EMAIL PROTECTED] ~
$ ps -a
      PID    PPID    PGID     WINPID  TTY  UID    STIME COMMAND
     2208       1    2208       2208    0 1003 20:17:59 /usr/bin/bash
     4068       1    4068       4068    ?  400 20:20:22 /usr/sbin/inetd
     1888    4068    4068       1888    ?  400 20:20:22 /usr/sbin/inetd
     1200    2208    1200        524    0 1003 20:20:39 /usr/bin/ps

----------------------------------------------------------------------------
-----------------------------------
----- Original Message ----- 
From: "Larry Hall" <[EMAIL PROTECTED]>
To: "Ruud Huynen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Sunday, January 11, 2004 8:02 PM
Subject: Re: problems with cygrunsrv and inetd


> At 12:32 PM 1/11/2004, Ruud Huynen you wrote:
> >Hello
> >
> >I looked on the internet and inetutils.README to install the inetd and
the
> >ssh service.
> >When I create the windows service inetd with:
> >cygrunsrv -I inetd -d "CYGWIN inetd" -p /usr/sbin/inetd -a -d -e
> >CYGWIN=ntsec
>
>
> Why did you install it this way?  inetutils.README clearly states that
> the inetd service is installed with the '--install-as-service' flag.
>
>
> >I noticed that the executable pointed to in the service is, which is
wrong:
> >C:\cygwin\bin\cygrunsrv.exe
>
>
> No, it's not wrong for a service installed with cygrunsrv.
>
>
> >After removing it
> >cygrunsrv -R inetd
> >
> >And using:
> >/usr/sbin/inetd.exe --install-as-service
> >I have in the service: C:\cygwin\usr\sbin\inetd.exe
> >
> >Starting it shows the two inetd processes running, but netstat -an does
not
> >show any listening ports!
>
>
>
>  From inetutil.README:
>
> Current caveat: inetd is visible twice in the process list.
> This is currently needed to work correctly with the service
> manager. This should be solved in a future release.
>
>
> >I thought -d means debugging. Not daemon. But I tried it and changed the
> >registry to add the -d. The same behaviour is noticed.
> >
> >Only by using the following command I have the ports open, and can
connect:
> >$ /usr/sbin/inetd.exe -d &
> >[1] 2936
> >
> >[EMAIL PROTECTED] /
> >$ ADD : echo proto=tcp, wait=0, user=root builtin=4080d0 server=internal
> >registered internal on 4
> >ADD : echo proto=udp, wait=0, user=root builtin=4080e0 server=internal
> >registered internal on 5
> >ADD : discard proto=tcp, wait=0, user=root builtin=4080f0 server=internal
> >registered internal on 6
> >ADD : discard proto=udp, wait=0, user=root builtin=408100 server=internal
> >registered internal on 7
> >ADD : daytime proto=tcp, wait=0, user=root builtin=408130 server=internal
> >registered internal on 8
> >ADD : daytime proto=udp, wait=0, user=root builtin=408140 server=internal
> >registered internal on 9
> >ADD : chargen proto=tcp, wait=0, user=root builtin=408150 server=internal
> >registered internal on 10
> >ADD : chargen proto=udp, wait=0, user=root builtin=408160 server=internal
> >registered internal on 11
> >ADD : time proto=tcp, wait=0, user=root builtin=408110 server=internal
> >registered internal on 12
> >ADD : time proto=udp, wait=0, user=root builtin=408120 server=internal
> >registered internal on 13
> >ADD : ftp proto=tcp, wait=0, user=root builtin=0 server=/usr/sbin/in.ftpd
> >registered /usr/sbin/in.ftpd on 14
> >ADD : telnet proto=tcp, wait=0, user=root builtin=0
> >server=/usr/sbin/in.telnetd
> >registered /usr/sbin/in.telnetd on 15
> >ADD : shell proto=tcp, wait=0, user=root builtin=0
server=/usr/sbin/in.rshd
> >registered /usr/sbin/in.rshd on 16
> >ADD : login proto=tcp, wait=0, user=root builtin=0
> >server=/usr/sbin/in.rlogind
> >registered /usr/sbin/in.rlogind on 17
> >ADD : exec proto=tcp, wait=0, user=root builtin=0
server=/usr/sbin/in.rexecd
> >registered /usr/sbin/in.rexecd on 18/usr/bin/ssh-host-config -y
> >ADD : talk proto=udp, wait=1, user=root builtin=0
server=/usr/sbin/in.talkd
> >registered /usr/sbin/in.talkd on 19
> >ADD : ntalk proto=udp, wait=1, user=root builtin=0
server=/usr/sbin/in.talkd
> >registered /usr/sbin/in.talkd on 20
> >
> >Using  /usr/sbin/inetd.exe  without the '-d' does not work.
>
>
> Sounds to me like you didn't run iu-config.  I'd recommend uninstalling,
> removing /etc/inetd.conf, reinstalling, and running iu-config.
>
>
> >Using the "/usr/bin/ssh-host-config -y" to configure ssh has the same
> >problem. In the service the executable is 'C:\cygwin\bin\cygrunsrv.exe'.
> >
> >What is wrong ?
>
>
> Nothing.  That's correct.
>
>
> --
> Larry Hall                              http://www.rfk.com
> RFK Partners, Inc.                      (508) 893-9779 - RFK Office
> 838 Washington Street                   (508) 893-9889 - FAX
> Holliston, MA 01746
>
>
Cygwin Win95/NT Configuration Diagnostics
Current System Time: Sun Jan 11 18:13:16 2004

Windows XP Professional Ver 5.1 Build 2600 Service Pack 1

Path:   C:\cygwin\usr\local\bin
        C:\cygwin\bin
        C:\cygwin\bin
        C:\cygwin\usr\X11R6\bin
        C:\cygwin\bin
        c:\Sun\j2eesdk1.4.2_02\jdk\bin
        c:\Sun\j2eesdk1.4.2_02\bin
        c:\Sun\j2eesdk1.4.2_02\lib\ant\bin
        c:\oracle\ora92\bin
        c:\Program Files\Oracle\jre\1.3.1\bin
        c:\Program Files\PTP2002
        c:\WINDOWS\system32
        c:\WINDOWS
        c:\WINDOWS\System32\Wbem
        c:\Program Files\Common Files\Roxio Shared\DLLShared
        c:\Program Files\UltraEdit

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1003(Ruud) GID: 513(None)
513(None)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1003(Ruud) GID: 513(None)
0(root)               513(None)
544(Administrators)   545(Users)
1005(Debugger Users)

SysDir: C:\WINDOWS\System32
WinDir: C:\WINDOWS

Here's some environment variables that may affect cygwin:
CYGWIN = `ntsec'
HOME = `C:\cygwin\home\Ruud'
MAKE_MODE = `unix'
PWD = `/'
USER = `Ruud'

Here's the rest of your environment variables:
ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\Ruud\Application Data'
CLIENTNAME = `Console'
CNVPATH = `C:\Program Files\Systran\4_0\Premium\Dicts'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `PC11'
COMSPEC = `C:\WINDOWS\system32\cmd.exe'
CVS_RSH = `/bin/ssh'
HOMEDRIVE = `C:'
HOMEPATH = `\Documents and Settings\Ruud'
HOSTNAME = `pc11'
INFOPATH = 
`/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:'
JAVA_HOME = `C:\Sun\j2sdk1.4.2_02'
LOGONSERVER = `\\PC11'
MANPATH = 
`/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man::/usr/ssl/man'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/var/log'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 15 Model 2 Stepping 7, GenuineIntel'
PROCESSOR_LEVEL = `15'
PROCESSOR_REVISION = `0207'
PROGRAMFILES = `C:\Program Files'
PROMPT = `$P$G'
PS1 = `\[\033]0;\w\007
[EMAIL PROTECTED] \[\033[33m\w\033[0m\]
$ '
SESSIONNAME = `Console'
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINDOWS'
TEMP = `c:\DOCUME~1\Ruud\LOCALS~1\Temp'
TERM = `cygwin'
TMP = `c:\DOCUME~1\Ruud\LOCALS~1\Temp'
USERDOMAIN = `PC11'
USERNAME = `Ruud'
USERPROFILE = `C:\Documents and Settings\Ruud'
WINDIR = `C:\WINDOWS'
_ = `/usr/bin/cygcheck'

Scanning registry for keys with `Cygnus' in them...
HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000022
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `C:\cygwin'
  flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `C:\cygwin/bin'
  flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `C:\cygwin/lib'
  flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

Listing available drives...
Drv Type        Size   Free Flags              Name
c:  hd  NTFS   38154Mb  72% CP CS UN PA FC     PC11DISK1
d:  hd  NTFS   49996Mb  93% CP CS UN PA FC     PC11DISK2
e:  hd  FAT32  28520Mb  54% CP    UN           PC11DISK3
f:  hd  NTFS   76316Mb  11% CP CS UN PA FC     PC11DISK4
g:  cd           N/A    N/A                    
h:  cd           N/A    N/A                    
n:  cd           N/A    N/A                    
r:  cd           N/A    N/A                    
fd=floppy, hd=hard drive, cd=CD-ROM, net=Network Share
CP=Case Preserving, CS=Case Sensitive, UN=Unicode
PA=Persistent ACLS, FC=File Compression, VC=Volume Compression

Mount entries: these map POSIX directories to your NT drives.
-NT-           -POSIX-    -Type-  -Flags-
C:\cygwin      /          user    binmode
C:\cygwin/bin  /usr/bin   user    binmode
C:\cygwin/lib  /usr/lib   user    binmode
.              /cygdrive  user    binmode,cygdrive

Looking to see where common programs can be found, if at all...
Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Not Found: cpp (good!)
Found: C:\cygwin\bin\find.exe
Not Found: gcc
Not Found: gdb
Found: C:\cygwin\bin\grep.exe
Not Found: ld
Found: C:\cygwin\bin\ls.exe
Not Found: make
Found: C:\cygwin\bin\mv.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe

Looking for various Cygnus DLLs...  (-v gives version info)
   61k 2003/08/09 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2003/8/9 8:35
    7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2003/10/19 9:57
  842k 2003/09/30 C:\cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.7.dll" v0.0 ts=2003/9/30 18:49
  380k 2002/07/24 C:\cygwin\bin\cygdb-3.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-3.1.dll" v0.0 ts=2002/7/24 18:24
  831k 2003/09/20 C:\cygwin\bin\cygdb-4.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.1.dll" v0.0 ts=2003/9/20 23:51
  487k 2002/07/24 C:\cygwin\bin\cygdb_cxx-3.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-3.1.dll" v0.0 ts=2002/7/24 18:25
 1080k 2003/09/20 C:\cygwin\bin\cygdb_cxx-4.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.1.dll" v0.0 ts=2003/9/20 23:53
   45k 2001/04/25 C:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
                  "cygform5.dll" v0.0 ts=2001/4/25 7:28
   35k 2002/01/09 C:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
                  "cygform6.dll" v0.0 ts=2002/1/9 7:03
   48k 2003/08/09 C:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0
                  "cygform7.dll" v0.0 ts=2003/8/9 11:25
   28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-3.dll" v0.0 ts=2003/7/20 9:58
   30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2003/8/11 4:12
   19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm.dll" v0.0 ts=2002/2/20 4:05
   15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-3.dll" v0.0 ts=2003/7/20 10:00
   15k 2003/08/11 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2003/8/11 4:13
   69k 2003/08/10 C:\cygwin\bin\cyggettextlib-0-12-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextlib-0-12-1.dll" v0.0 ts=2003/8/11 0:10
   12k 2003/08/10 C:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextpo-0.dll" v0.0 ts=2003/8/11 0:11
  134k 2003/08/10 C:\cygwin\bin\cyggettextsrc-0-12-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextsrc-0-12-1.dll" v0.0 ts=2003/8/11 0:10
   17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory4.dll" v0.0 ts=2001/1/7 5:34
   29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory5.dll" v0.0 ts=2003/8/11 1:16
  306k 2002/04/27 C:\cygwin\bin\cyghttpd.dll - os=4.0 img=1.0 sys=4.0
                  "cyghttpd.dll" v0.0 ts=2002/4/27 15:23
  958k 2003/08/10 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2003/8/10 22:57
   22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-1.dll" v0.0 ts=2001/12/13 10:28
   37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-2.dll" v0.0 ts=2003/8/10 23:50
   26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu5.dll" v0.0 ts=2001/4/25 7:27
   20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu6.dll" v0.0 ts=2002/1/9 7:03
   29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu7.dll" v0.0 ts=2003/8/9 11:25
  156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++5.dll" v0.0 ts=2001/4/25 7:29
  175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++6.dll" v0.0 ts=2002/1/9 7:03
  226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses5.dll" v0.0 ts=2001/4/25 7:17
  202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses6.dll" v0.0 ts=2002/1/9 7:03
  224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses7.dll" v0.0 ts=2003/8/9 11:24
   15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel5.dll" v0.0 ts=2001/4/25 7:27
   12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel6.dll" v0.0 ts=2002/1/9 7:03
   19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel7.dll" v0.0 ts=2003/8/9 11:24
   62k 2003/12/11 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2003/12/11 18:01
   63k 2003/04/11 C:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre.dll" v0.0 ts=2003/4/11 10:31
    9k 2003/12/11 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2003/12/11 18:01
   61k 2003/04/11 C:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix.dll" v0.0 ts=2003/4/11 10:31
 1049k 2003/11/07 C:\cygwin\bin\cygperl5_8_2.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_8_2.dll" v0.0 ts=2003/11/7 12:08
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/9 7:45
  108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline4.dll" v0.0 ts=2001/1/7 5:34
  148k 2003/08/10 C:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline5.dll" v0.0 ts=2003/8/11 1:16
  171k 2003/09/30 C:\cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.7.dll" v0.0 ts=2003/9/30 18:49
   60k 2003/08/09 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2003/8/9 8:28
  949k 2003/09/20 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2003/9/20 22:31
    Cygwin DLL version info:
        DLL version: 1.5.5
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 94
        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: Sat Sep 20 16:31:15 EDT 2003
        CVS tag: cr-0x9b
        Shared id: cygwin1S3


Cygwin Package Information
Last downloaded files to: E:\win\utils\cygwin
Last downloaded files from: http://sources-redhat.mirror.redwire.net/cygwin

Package              Version            
_update-info-dir     00225-1            
apache               1.3.24-5           
ash                  20031007-1         
base-files           2.6-1              
base-passwd          1.1-1              
bash                 2.05b-16           
bzip2                1.0.2-5            
crypt                1.1-1              
cygrunsrv            0.97-1             
cygutils             1.2.2-1            
cygwin               1.5.5-1            
cygwin-doc           1.3-6              
diffutils            2.8.4-1            
editrights           1.01-1             
fileutils            4.1-2              
findutils            4.1.7-4            
gawk                 3.1.3-4            
gdbm                 1.8.3-7            
grep                 2.5-1              
groff                1.18.1-2           
gzip                 1.3.5-1            
inetutils            1.3.2-25           
less                 381-1              
libbz2_1             1.0.2-5            
libdb3.1             3.1.17-2           
libdb4.1             4.1.25-1           
libgdbm              1.8.0-5            
libgdbm-devel        1.8.3-7            
libgdbm3             1.8.3-3            
libgdbm4             1.8.3-7            
libgettextpo0        0.12.1-3           
libiconv2            1.9.1-3            
libintl1             0.10.40-1          
libintl2             0.12.1-3           
libncurses5          5.2-1              
libncurses6          5.2-8              
libncurses7          5.3-4              
libpcre              4.1-1              
libpcre0             4.5-1              
libpopt0             1.6.4-4            
libreadline4         4.1-2              
libreadline5         4.3-5              
login                1.9-7              
man                  1.5k-2             
mktemp               1.5-3              
mod_ssl              2.8.8-1.3.24-1     
ncurses              5.3-4              
openssh              3.7.1p2-2          
openssl              0.9.7c-1           
pdksh                5.2.14-3           
perl                 5.8.2-1            
procps               010801-2           
proftpd              1.2.9-1            
readline             4.3-5              
sed                  4.0.8-1            
sh-utils             2.0.15-4           
sharutils            4.2.1-3            
shutdown             1.4-1              
tar                  1.13.25-5          
termcap              20021106-2         
terminfo             5.3_20030726-1     
texinfo              4.2-4              
textutils            2.0.21-1           
unzip                5.50-5             
vim                  6.2.098-1          
which                1.5-2              
xinetd               2.3.9-1            
zip                  2.3-5              
zlib                 1.1.4-4            

--
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/

Reply via email to