summaryrefslogtreecommitdiffstats
path: root/etc/periodic/daily/450.status-security
blob: 7eca5073d826bdaee3825b16a6a8366e1417200b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
#
# $Id: 450.status-security,v 1.1.1.1 1997/08/16 17:04:01 pst Exp $
#

if [ -f /etc/security -a -x /usr/sbin/sendmail ] ; then
    echo ""
    echo "Security check:"
    echo "    (output mailed separately)"

    sh /etc/security 2>&1 | sendmail root
fi
OpenPOWER on IntegriCloud