This is the mail archive of the cygwin 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: Strange cron problem


John Beranek wrote:

>   ------------------------------------------------------------------------
> # DO NOT EDIT THIS FILE - edit the master and reinstall.
> # (/tmp/crontab.3144 installed on Mon Sep 27 12:06:29 2004)
> # (Cron version -- $Id: crontab.c,v 1.7 2003/04/15 15:13:41 corinna Exp $)
> #* * * * * echo foo
> 7 0,12 * * * * /usr/local/bin/update_cygwin_mirror

Looks like you've got one too many '*', so that the command that cron is
trying to run is actually whatever happens to be the first filename in
the current directory.

Brian

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