This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] Updated: inetutils-1.3.2-33


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Corinna Vinschen on 1/11/2006 5:16 AM:
> I've updated the version of inetutils to 1.3.2-33.
> 
> Changes in 1.3.2-33:
> 
> - Thanks to Bryan Thrall for the following:
> 
>   Add an option -D to inetd, which allows running inetd under cygrunsrv
>   instead of using inetd's own service capability.  The advantage of
>   starting inetd under cygrunsrv is, that you don't have to change the
>   system environment variable $PATH to run inetd as a service.

Furthermore, installing inetd under cygrunsrv means that you now can see
inetd under 'cygrunsrv --list', so that inetd now shows up in cygcheck
- -svr output.  It also makes stopping all cygwin services (such as during
an upgrade of cygwin1.dll) as simple as:

for serv in `cygrunsrv --list` ; do
  echo "stopping $serv"
  cygrunsrv --stop $serv
done

- --
Life is short - so eat dessert first!

Eric Blake             ebb9@byu.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDxQ6/84KuGfSFAYARAoU6AJ91EIn4qA0s23jFVO44pwungxJTOQCgh79P
WgpFW6JykCT3wUsNR1FhzB4=
=GqqT
-----END PGP SIGNATURE-----


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]