/[smecontribs]/rpms/hylafax/contribs9/hylafax_daily.cron
ViewVC logotype

Annotation of /rpms/hylafax/contribs9/hylafax_daily.cron

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue May 3 05:30:33 2016 UTC (8 years, 1 month ago) by unnilennium
Branch: MAIN
CVS Tags: HEAD
Initial import

1 unnilennium 1.1 #!/bin/sh
2    
3     # Run the daily report with conservative settings (delete as little as possible)
4     # If you're short on disk space, you might want to tune this commandline.
5     # Don't run faxcron if HylaFAX has not been setup using faxsetup.
6    
7     # 'man faxcron' for more info
8    
9     if [ -f /var/spool/hylafax/etc/setup.cache -o -f /var/spool/fax/etc/setup.cache ]; then
10     /usr/sbin/faxcron \
11     -info 60 \
12     -log 730 \
13     -rcv 3650 \
14     -tmp 7 | mail -s "HylaFAX Usage Report" faxmaster
15     fi
16    
17     exit 0

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed