Hylafax Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
Re: [hylafax-users] problem with (my) cron script
>> as noted above, I know it should be /var/spool/hylafax/etc/xferfaxlog,
and
>> that is where the logs really are, but can't seem to locate the file that
>> contains the incorrect path.
>
>/etc/crontab ?
>
>Bernd
Not much help there Bernd. The crontab just lists the directories, the one
that is important is cron.daily/hylafax which is:
----------
#!/bin/sh
/usr/sbin/faxcron | mail -s "HylaFAX Usage Report" faxmaster
# Ray moved the line below from the cron.hourly/hylafax
/usr/sbin/faxqclean
exit 0
----------
inside of faxcron script is a line identifying the spool path, but it is
correct, showing
----------
cd /var/spool/hylafax # NB: everything below assumes this
----------
Ray
____________________ HylaFAX(tm) Users Mailing List _______________________
To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null