File: cron.weekly

package info (click to toggle)
pflogsumm 1.1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 240 kB
  • ctags: 30
  • sloc: perl: 1,039; 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