monthly revision 1.3
1#!/bin/sh -
2#
3#	@(#)monthly	5.5 (Berkeley) 6/17/91
4#
5
6host=`hostname -s`
7echo "Subject: $host monthly run output"
8
9# echo ""
10# echo "Doing login accounting:"
11# ac -p | sort -nr +1
12
13# Rotation of these logs now handled automatically by cron and 'newsyslog':
14#	kerberos.log
15#	lpd-errs
16#	wtmp
17#	aculog
18#	cron
19
20echo "Nothing to do!"
21#echo "."
22