diff options
author | ache <ache@FreeBSD.org> | 1995-05-27 01:31:40 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-05-27 01:31:40 +0000 |
commit | 4db41bb8043b56cc53446386b8b7e7aba04812be (patch) | |
tree | ccd8bb0f843fecf499485796b7665716b8d15b8e /etc/daily | |
parent | a1b5ac1149a7a2782e5f1a722d9d423d2e46dddf (diff) | |
download | FreeBSD-src-4db41bb8043b56cc53446386b8b7e7aba04812be.zip FreeBSD-src-4db41bb8043b56cc53446386b8b7e7aba04812be.tar.gz |
Use proper PATH in front of monthly
Eliminate Subject duplication for insecure output
Diffstat (limited to 'etc/daily')
-rw-r--r-- | etc/daily | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # # @(#)daily 5.12 (Berkeley) 5/24/91 # -PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local +PATH=/bin:/usr/bin:/sbin:/usr/sbin host=`hostname -s` echo "Subject: $host daily run output" bak=/var/backups @@ -130,4 +130,4 @@ if [ -f /etc/Distfile ]; then rdist -f /etc/Distfile fi -sh /etc/security 2>&1 | mail -s "daily insecurity output" root +sh /etc/security 2>&1 | sendmail root |