Re: how to check what cygwin packages are installed on the system ?

2004-08-04 Thread Andrew DeFaria
Christopher Faylor wrote: How dare you? I dare a lot of things. It's fun! This is unacceptable. Bummer. As you know, the Cygwin project is basically a front for a super-secret government shadow organization. Expect a visit from a Cygwin Reeducation Team (CRT) soon. I heard of CRTs but I thought

Re: how to check what Cygwin packages are installed on the system ?

2004-08-03 Thread Corinna Vinschen
On Aug 3 04:57, Povolotsky, Alexander wrote: Hello, How to check what Cygwin packages are installed on the system ? cygcheck -c Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Co-Project Leader mailto:[EMAIL PROTECTED] Red Hat, Inc. --

Re: how to check what Cygwin packages are installed on the system ?

2004-08-03 Thread Gernot Hillier
Hi! Am Dienstag, 3. August 2004 11:09 schrieb Corinna Vinschen: On Aug 3 04:57, Povolotsky, Alexander wrote: How to check what Cygwin packages are installed on the system ? cygcheck -c You can also have a look in /etc/setup. -- Bye, Gernot Hillier CT SE 2 Siemens AG, Mch P --

Re: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread Christopher Faylor
On Tue, Aug 03, 2004 at 11:19:55AM +0200, Gernot Hillier wrote: Am Dienstag, 3. August 2004 11:09 schrieb Corinna Vinschen: On Aug 3 04:57, Povolotsky, Alexander wrote: How to check what Cygwin packages are installed on the system ? cygcheck -c You can also have a look in /etc/setup. And you

Re: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread Gernot Hillier
Hi! Am Dienstag, 3. August 2004 15:46 schrieb Christopher Faylor: On Tue, Aug 03, 2004 at 11:19:55AM +0200, Gernot Hillier wrote: Am Dienstag, 3. August 2004 11:09 schrieb Corinna Vinschen: On Aug 3 04:57, Povolotsky, Alexander wrote: How to check what Cygwin packages are installed on the

Re: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread Christopher Faylor
On Tue, Aug 03, 2004 at 04:27:13PM +0200, Gernot Hillier wrote: Hi! Am Dienstag, 3. August 2004 15:46 schrieb Christopher Faylor: On Tue, Aug 03, 2004 at 11:19:55AM +0200, Gernot Hillier wrote: Am Dienstag, 3. August 2004 11:09 schrieb Corinna Vinschen: On Aug 3 04:57, Povolotsky, Alexander

[OT] Re: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread Gernot Hillier
Hi! Christopher Faylor wrote: On Tue, Aug 03, 2004 at 04:27:13PM +0200, Gernot Hillier wrote: In general, there is no reason to confuse people who are asking about the proper way to do something by telling them about the low-level nuts and bolts no matter how much the nuts and bolts may

Re: how to check what Cygwin packages are installed on the system ?

2004-08-03 Thread Larry Hall
At 04:57 AM 8/3/2004, you wrote: Hello, How to check what Cygwin packages are installed on the system ? 'cygcheck -cd' -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street

Re: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread Andrew DeFaria
Christopher Faylor wrote: On Tue, Aug 03, 2004 at 11:19:55AM +0200, Gernot Hillier wrote: Am Dienstag, 3. August 2004 11:09 schrieb Corinna Vinschen: On Aug 3 04:57, Povolotsky, Alexander wrote: How to check what Cygwin packages are installed on the system ? cygcheck -c You can also have a look in

Re: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread Christopher Faylor
On Tue, Aug 03, 2004 at 08:19:41AM -0700, Andrew DeFaria wrote: To answer the question: Which package brought in this file? as in: $ cd /etc/setup $ str=gcc.exe $ for pkg in *.gz; do zcat $pkg | grep -q $str if [ $? -eq 0 ]; then echo $str appears in $pkg fi done % cygcheck -f

Re: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread Corinna Vinschen
On Aug 3 08:19, Andrew DeFaria wrote: Christopher Faylor wrote: And you would do that rather than use the tool designed for providing the information, because...? To answer the question: Which package brought in this file? as in: $ cd /etc/setup $ str=gcc.exe $ for pkg in *.gz; do

Re: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread Robin Bowes
On Tue, August 3, 2004 16:19, Andrew DeFaria said: Christopher Faylor wrote: And you would do that rather than use the tool designed for providing the information, because...? To answer the question: Which package brought in this file? as in: $ cd /etc/setup $ str=gcc.exe $ for pkg

RE: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread DePriest, Jason R.
On Tuesday, August 03, 2004 10:45 AM, Robin Bowes wrote On Tue, August 3, 2004 16:19, Andrew DeFaria said: Christopher Faylor wrote: And you would do that rather than use the tool designed for providing the information, because...? To answer the question: Which package brought in this

Re: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread Christopher Faylor
On Tue, Aug 03, 2004 at 10:58:48AM -0500, DePriest, Jason R. wrote: On Tuesday, August 03, 2004 10:45 AM, Robin Bowes wrote On Tue, August 3, 2004 16:19, Andrew DeFaria said: Christopher Faylor wrote: And you would do that rather than use the tool designed for providing the information,

RE: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread DePriest, Jason R.
On Tuesday, August 03, 2004 11:39 AM, Christopher Faylor wrote On Tue, Aug 03, 2004 at 10:58:48AM -0500, DePriest, Jason R. wrote: On Tuesday, August 03, 2004 10:45 AM, Robin Bowes wrote On Tue, August 3, 2004 16:19, Andrew DeFaria said: Christopher Faylor wrote: And you would do that

Re: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread Christopher Faylor
On Tue, Aug 03, 2004 at 12:38:41PM -0400, Christopher Faylor wrote: On Tue, Aug 03, 2004 at 10:58:48AM -0500, DePriest, Jason R. wrote: On Tuesday, August 03, 2004 10:45 AM, Robin Bowes wrote On Tue, August 3, 2004 16:19, Andrew DeFaria said: Christopher Faylor wrote: And you would do that

Re: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread Yitzchak Scott-Thoennes
On Tue, Aug 03, 2004 at 11:42:49AM -0500, DePriest, Jason R. wrote: On Tuesday, August 03, 2004 11:39 AM, Christopher Faylor wrote On Tue, August 3, 2004 16:19, Andrew DeFaria said: cygcheck -f works for some files apparently, but not all. Yeah, that's clearly a good reason *not* to use

Re: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread Andrew DeFaria
Christopher Faylor wrote: On Tue, Aug 03, 2004 at 08:19:41AM -0700, Andrew DeFaria wrote: To answer the question: Which package brought in this file? as in: $ cd /etc/setup $ str=gcc.exe $ for pkg in *.gz; do zcat $pkg | grep -q $str if [ $? -eq 0 ]; then echo $str appears in $pkg fi done %

Re: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread Christopher Faylor
On Tue, Aug 03, 2004 at 07:19:09PM -0700, Andrew DeFaria wrote: Christopher Faylor wrote: On Tue, Aug 03, 2004 at 08:19:41AM -0700, Andrew DeFaria wrote: To answer the question: Which package brought in this file? as in: $ cd /etc/setup $ str=gcc.exe $ for pkg in *.gz; do zcat $pkg | grep -q