1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00
freebsd/etc/periodic/daily/450.status-security
Paul Traina ad34f5a438 Cosmetic changes.
Submitted by:	Philippe Charnier <charnier@xp11.frmug.org>
1997-08-17 17:55:45 +00:00

13 lines
265 B
Bash
Executable File

#!/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