File: example.cron.weekly

package info (click to toggle)
pflogsumm 1.1.0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 180 kB
  • ctags: 30
  • sloc: perl: 1,017; makefile: 41; sh: 6
file content (10 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
#
# Debian pflogsumm weekly cron script
# 
# This script analyses the logfile for statistics and problems.
#

if [ -x /usr/sbin/pflogsumm.pl ]; then
	/usr/sbin/pflogsumm.pl --problems_first /var/log/mail.log*
fi