Re: Pb with permissions on crontab

2004-03-02 Thread Julien Gilles
Corinna Vinschen <[EMAIL PROTECTED]> writes: > On Mar 2 09:42, Julien Gilles wrote: >> Julien Gilles <[EMAIL PROTECTED]> writes: >> > I'am playing with cron, and I have the following problem : I want to >> > modify the crontab through a service (a

Re: Pb with permissions on crontab

2004-03-02 Thread Julien Gilles
Julien Gilles <[EMAIL PROTECTED]> writes: > Hi, > > I'am playing with cron, and I have the following problem : I want to > modify the crontab through a service (a cgi in an apache server in > fact). This service belongs to the user SYSTEM, so I used "crontab -u &

Pb with permissions on crontab

2004-02-27 Thread Julien Gilles
gt;pw_uid, ROOT_UID) < OK) /* Set correct owner */ + { + perror("chown"); + return (-2); + } + if (chmod(n, 0640) < OK) /* Force permissions too. */ + { + perror("chmod"); + return (-2); +

Re: tar -f behaviour

2002-02-26 Thread Julien Gilles
y kept for compatibility, it should be read : 'tar -z -c -f file'. -- Julien Gilles -- 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/

rxvt + login = ^C out.

2002-02-26 Thread Julien Gilles
problem. If I launch another rxvt from the first, ^C works again. If I use rlogin instead, ^C keeps working in the rxvt. So it seems linked to login. Any fix ? -- Julien Gilles -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bug