On Wed, Feb 23, 2000 at 01:05:54AM -0500, erik wrote:
> Hi,
> 
> I am getting some errors when my weekly cron job runs.  I get this error:
> 
> 
> Read file error: ./rec.1 No such file or directory
> 
> I think its because the name of the file should be rc.1 but I dont
> know where to change it.  Any ideas?

The problem is that rec.1 is a man page that doesn't exist. It seems
to have been combined with the play.1 man page. To fix do the
following as root:

cd /usr/man/man1
ln -sf play.1 rec.1

-- 
Ron Golan
[EMAIL PROTECTED]


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to