Deleted Added
full compact
450.status-security (28264) 450.status-security (28320)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $Id: 450.status-security,v 1.1.1.1 1997/08/12 17:51:15 pst Exp $
3# $Id: 450.status-security,v 1.1.1.1 1997/08/16 17:04:01 pst Exp $
4#
5
6if [ -f /etc/security -a -x /usr/sbin/sendmail ] ; then
7 echo ""
4#
5
6if [ -f /etc/security -a -x /usr/sbin/sendmail ] ; then
7 echo ""
8 echo "Security check (output mailed separately)"
8 echo "Security check:"
9 echo " (output mailed separately)"
9
10 sh /etc/security 2>&1 | sendmail root
11fi
10
11 sh /etc/security 2>&1 | sendmail root
12fi