File: cron.weekly

package info (click to toggle)
pflogsumm 1.1.5-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 496 kB
  • sloc: perl: 4,158; sh: 6; makefile: 4
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