Deleted Added
sdiff udiff text old ( 28264 ) new ( 28320 )
full compact
1#!/bin/sh
2#
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 ""
8 echo "Security check:"
9 echo " (output mailed separately)"
10
11 sh /etc/security 2>&1 | sendmail root
12fi