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

    msgs -c
fi
OpenPOWER on IntegriCloud