Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
445 B

#!/bin/sh -
#
# @(#)monthly 5.5 (Berkeley) 6/17/91
#
host=`hostname -s`
echo "Subject: $host monthly run output"
if [ -f /etc/monthly.local ];then
echo ""
echo "Running monthly.local:"
. /etc/monthly.local
else
echo "Nothing to do!"
fi
# echo ""
# echo "Doing login accounting:"
# ac -p | sort -nr +1
# Rotation of these logs now handled automatically by cron and 'newsyslog':
# kerberos.log
# lpd-errs
# wtmp
# aculog
# cron
#echo "."