[gentoo-user] run-crons errors

2007-07-04 Thread reader
When cron gets around to running:
  /usr/sbin/run-crons  /usr/sbin/run-crons 

This error is reported in cron output:

  which: invalid option -- 9
  which: invalid option -- f
  which: invalid option -- 9
  which: invalid option -- f

I hoped someone would recognize the culprit.

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] run-crons errors

2007-07-04 Thread Mark Shields

On 7/4/07, Mark Shields [EMAIL PROTECTED] wrote:


On 7/4/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 When cron gets around to running:
   /usr/sbin/run-crons  /usr/sbin/run-crons

 This error is reported in cron output:

   which: invalid option -- 9
   which: invalid option -- f
   which: invalid option -- 9
   which: invalid option -- f

 I hoped someone would recognize the culprit.

 --
 [EMAIL PROTECTED] mailing list


No idea.  Try typing  grep which /etc/cron.*/* |   at a prompt, and it
should tell you where the problem lies.

--
- Mark Shields




Err, grep which /etc/cron.*/*.  Or if you use crontab, check your
crontab for that command.
--
- Mark Shields