File: cron.weekly

package info (click to toggle)
pflogsumm 1.1.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 320 kB
  • sloc: perl: 1,798; sh: 6; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 214 bytes parent folder | download
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/bin/pflogsumm ]; then
	/usr/bin/pflogsumm --problems-first /var/log/mail.log*
fi