This is the mail archive of the cygwin@cygwin.com 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: Slight patch for Cron


On Wed, Jun 04, 2003 at 09:53:05AM +0200, Ronald Landheer-Cieslak wrote:
> On Tue, 3 Jun 2003, Corinna Vinschen wrote:
> > Does it help to set CYGWIN=notty before starting cron?
> Apparently not, no.
> 
> Because I'm starting cron from the "startup" part of the start menu, I had 
> to run it from a batch file (
> set CYGWIN=notty
> cron.exe
> ) but I don't think that should make a difference.

Could you just for fun add a call to RegisterServiceProcess() (that
works on 9x/Me only) right before the setsid() call in the child code
and try again?

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

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