diff options
| author | Bill Fumerola <billf@FreeBSD.org> | 1999-01-01 17:37:33 +0000 |
|---|---|---|
| committer | Bill Fumerola <billf@FreeBSD.org> | 1999-01-01 17:37:33 +0000 |
| commit | 54724311eecb2b4a154ae57b8db40847a200ca07 (patch) | |
| tree | 895fd09760c163a44b6a8588a30f343a6608ce77 /etc | |
| parent | 0a1dd951c892e72d83080ffc8e7cd4d5666cd304 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/security | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/security b/etc/security index bf0094e6bf38..8e074bb6ed15 100644 --- a/etc/security +++ b/etc/security @@ -1,7 +1,7 @@ #!/bin/sh - # # @(#)security 5.3 (Berkeley) 5/28/91 -# $Id: security,v 1.26 1998/08/11 08:48:54 des Exp $ +# $Id: security,v 1.27 1998/08/16 10:38:02 des Exp $ # PATH=/sbin:/bin:/usr/bin LC_ALL=C; export LC_ALL @@ -11,7 +11,7 @@ separator () { echo "" } -host=`hostname -s` +host=`hostname` echo "Subject: $host security check output" LOG=/var/log |
