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/12 17:51:15 pst Exp $
4#
5
6if [ -f /etc/security -a -x /usr/sbin/sendmail ] ; then
7 echo ""
8 echo "Security check (output mailed separately)"
9
10 sh /etc/security 2>&1 | sendmail root
11fi