diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-06 16:49:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-06 16:49:13 +0000 |
commit | 265b4442e55a07bab4948f530e4ab5bd5545bba9 (patch) | |
tree | 519cd015f37dbb085a1959d2e78e914aa733724d /etc | |
parent | ed42a80c91533412d2ca653598741019e4b9c7bc (diff) |
indicate hostname in security report
Diffstat (limited to 'etc')
-rw-r--r-- | etc/daily | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/daily b/etc/daily index 0a22bcefeec..898c730f21d 100644 --- a/etc/daily +++ b/etc/daily @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: daily,v 1.11 1996/12/04 02:02:23 deraadt Exp $ +# $OpenBSD: daily,v 1.12 1996/12/06 16:49:12 deraadt Exp $ # PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local host=`hostname -s` @@ -137,4 +137,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 | mail -s "$host daily insecurity output" root |