public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* location of postinstall scripts?
@ 2002-07-08 12:31 Len Giambrone
  2002-07-08 13:37 ` Nicholas Wourms
  0 siblings, 1 reply; 9+ messages in thread
From: Len Giambrone @ 2002-07-08 12:31 UTC (permalink / raw)
  To: cygwin


Where are the postinstall scripts for each package located?  They don't appear
to be in the package tarballs, and I'm not sure where else to look.  I'm
working my way through the setup source now, but if anyone has a quick
pointer, I'd appreciate it.

			-Len

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: location of postinstall scripts?
  2002-07-08 12:31 location of postinstall scripts? Len Giambrone
@ 2002-07-08 13:37 ` Nicholas Wourms
  2002-07-08 14:20   ` Len Giambrone
  0 siblings, 1 reply; 9+ messages in thread
From: Nicholas Wourms @ 2002-07-08 13:37 UTC (permalink / raw)
  To: Len Giambrone, cygwin

--- Len Giambrone <frodo@mit.edu> wrote:
> 
> Where are the postinstall scripts for each package located?  They don't
> appear
> to be in the package tarballs, and I'm not sure where else to look.  I'm
> working my way through the setup source now, but if anyone has a quick
> pointer, I'd appreciate it.
> 
> 			-Len
Len,

Postinstall scripts are in /etc/postinstall and
Preremove scripts are in /etc/preremove

Cheers,
Nicholas 


__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: location of postinstall scripts?
  2002-07-08 13:37 ` Nicholas Wourms
@ 2002-07-08 14:20   ` Len Giambrone
  2002-07-08 14:25     ` Christopher Faylor
  0 siblings, 1 reply; 9+ messages in thread
From: Len Giambrone @ 2002-07-08 14:20 UTC (permalink / raw)
  To: Nicholas Wourms; +Cc: cygwin


Thanks, I see some of them now.  I thought for sure openssh had one, but I
didn't see any, so I assumed they were all somewhere else.

Does anyone know where /etc/profile comes from?  Again, I can't find it in any
of the package tarballs, and none of the script in /etc/postinstall seem to
create it.

                        -Len

Nicholas Wourms <nwourms@yahoo.com> writes:

> --- Len Giambrone <frodo@mit.edu> wrote:
> > 
> > Where are the postinstall scripts for each package located?  They don't
> > appear
> > to be in the package tarballs, and I'm not sure where else to look.  I'm
> > working my way through the setup source now, but if anyone has a quick
> > pointer, I'd appreciate it.
> > 
> > 			-Len
> Len,
> 
> Postinstall scripts are in /etc/postinstall and
> Preremove scripts are in /etc/preremove
> 
> Cheers,
> Nicholas 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Sign up for SBC Yahoo! Dial - First Month Free
> http://sbc.yahoo.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: location of postinstall scripts?
  2002-07-08 14:20   ` Len Giambrone
@ 2002-07-08 14:25     ` Christopher Faylor
  2002-07-08 14:31       ` Len Giambrone
  0 siblings, 1 reply; 9+ messages in thread
From: Christopher Faylor @ 2002-07-08 14:25 UTC (permalink / raw)
  To: cygwin

On Mon, Jul 08, 2002 at 05:17:02PM -0400, Len Giambrone wrote:
>Does anyone know where /etc/profile comes from?  Again, I can't find it in any
>of the package tarballs, and none of the script in /etc/postinstall seem to
>create it.

Grep is your friend.  If you have the setup source it should be pretty
easy to find.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: location of postinstall scripts?
  2002-07-08 14:25     ` Christopher Faylor
@ 2002-07-08 14:31       ` Len Giambrone
  2002-07-08 14:45         ` Christopher Faylor
  2002-07-08 15:26         ` Robert Collins
  0 siblings, 2 replies; 9+ messages in thread
From: Len Giambrone @ 2002-07-08 14:31 UTC (permalink / raw)
  To: cygwin


Christopher Faylor <cgf@redhat.com> writes:

> On Mon, Jul 08, 2002 at 05:17:02PM -0400, Len Giambrone wrote:
> >Does anyone know where /etc/profile comes from?  Again, I can't find it in any
> >of the package tarballs, and none of the script in /etc/postinstall seem to
> >create it.
> 
> Grep is your friend.  If you have the setup source it should be pretty
> easy to find.

Ok, found it.  I never would have expected setup to create the file....

                        -Len

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: location of postinstall scripts?
  2002-07-08 14:31       ` Len Giambrone
@ 2002-07-08 14:45         ` Christopher Faylor
  2002-07-08 15:26         ` Robert Collins
  1 sibling, 0 replies; 9+ messages in thread
From: Christopher Faylor @ 2002-07-08 14:45 UTC (permalink / raw)
  To: cygwin

On Mon, Jul 08, 2002 at 05:25:51PM -0400, Len Giambrone wrote:
>Christopher Faylor <cgf@redhat.com> writes:
>> On Mon, Jul 08, 2002 at 05:17:02PM -0400, Len Giambrone wrote:
>>>Does anyone know where /etc/profile comes from?  Again, I can't find it
>>>in any of the package tarballs, and none of the script in
>>>/etc/postinstall seem to create it.
>>
>>Grep is your friend.  If you have the setup source it should be pretty
>>easy to find.
>
>Ok, found it.  I never would have expected setup to create the file....

Hmm.  Parallels abound.  If you can't find it in any package (using the
package search at http://cygwin.com/packages/) then a quick search of
the setup source is certainly in order.  If you can't find something in
those locations or if what you see doesn't make sense, then a mailing
list archive search is also your friend.  Most setup.exe technical
discussion happens in the cygwin-apps mailing list.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: location of postinstall scripts?
  2002-07-08 14:31       ` Len Giambrone
  2002-07-08 14:45         ` Christopher Faylor
@ 2002-07-08 15:26         ` Robert Collins
  2002-07-08 15:36           ` Christopher Faylor
  1 sibling, 1 reply; 9+ messages in thread
From: Robert Collins @ 2002-07-08 15:26 UTC (permalink / raw)
  To: cygwin, Len Giambrone

Have a look at

http://sources.redhat.com/ml/cygwin-apps/2002-02/msg00155.html

Chris, what was the outcome of all those discussions?

Rob

----- Original Message -----
From: "Len Giambrone" <frodo@mit.edu>
To: <cygwin@cygwin.com>
Sent: Tuesday, July 09, 2002 7:25 AM
Subject: Re: location of postinstall scripts?


>
> Christopher Faylor <cgf@redhat.com> writes:
>
> > On Mon, Jul 08, 2002 at 05:17:02PM -0400, Len Giambrone wrote:
> > >Does anyone know where /etc/profile comes from?  Again, I can't find it
in any
> > >of the package tarballs, and none of the script in /etc/postinstall
seem to
> > >create it.
> >
> > Grep is your friend.  If you have the setup source it should be pretty
> > easy to find.
>
> Ok, found it.  I never would have expected setup to create the file....
>
>                         -Len
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>
>


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: location of postinstall scripts?
  2002-07-08 15:26         ` Robert Collins
@ 2002-07-08 15:36           ` Christopher Faylor
  2002-07-08 16:06             ` Robert Collins
  0 siblings, 1 reply; 9+ messages in thread
From: Christopher Faylor @ 2002-07-08 15:36 UTC (permalink / raw)
  To: cygwin

On Tue, Jul 09, 2002 at 08:23:49AM +1000, Robert Collins wrote:
>Have a look at
>
>http://sources.redhat.com/ml/cygwin-apps/2002-02/msg00155.html
>
>Chris, what was the outcome of all those discussions?

Nothing.

FWIW, I am no longer interested in maintaining this package.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: location of postinstall scripts?
  2002-07-08 15:36           ` Christopher Faylor
@ 2002-07-08 16:06             ` Robert Collins
  0 siblings, 0 replies; 9+ messages in thread
From: Robert Collins @ 2002-07-08 16:06 UTC (permalink / raw)
  To: cygwin


----- Original Message ----- 
From: "Christopher Faylor" <cgf@redhat.com>
To: <cygwin@cygwin.com>
Sent: Tuesday, July 09, 2002 8:33 AM
Subject: Re: location of postinstall scripts?


> On Tue, Jul 09, 2002 at 08:23:49AM +1000, Robert Collins wrote:
> >Have a look at
> >
> >http://sources.redhat.com/ml/cygwin-apps/2002-02/msg00155.html
> >
> >Chris, what was the outcome of all those discussions?
> 
> Nothing.
> 
> FWIW, I am no longer interested in maintaining this package.

Ok. I'll look for another willing soul.

Rob


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2002-07-08 22:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-08 12:31 location of postinstall scripts? Len Giambrone
2002-07-08 13:37 ` Nicholas Wourms
2002-07-08 14:20   ` Len Giambrone
2002-07-08 14:25     ` Christopher Faylor
2002-07-08 14:31       ` Len Giambrone
2002-07-08 14:45         ` Christopher Faylor
2002-07-08 15:26         ` Robert Collins
2002-07-08 15:36           ` Christopher Faylor
2002-07-08 16:06             ` Robert Collins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).