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
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
&
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);
+
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/
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
5 matches
Mail list logo