aboutsummaryrefslogtreecommitdiff
path: root/etc/periodic/daily/130.clean-msgs
blob: 52796415efe91b1afe82b7be6203d3b4ed0966fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
# $Id: 130.clean-msgs,v 1.1.1.1 1997/08/12 17:51:15 pst Exp $
#
# remove system	messages older than 21 days
#
if [ -d /var/msgs ] ; then
    echo
    echo "Cleaning out old system announcements:"
    msgs -c
fi