File: cron.weekly

package info (click to toggle)
pflogsumm 1.1.3-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 204 kB
  • ctags: 30
  • sloc: perl: 1,037; makefile: 6; sh: 6
file content (10 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (6)
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 ]; then
	/usr/sbin/pflogsumm --problems_first /var/log/mail.log*
fi