summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/security4
-rw-r--r--usr.sbin/periodic/periodic.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/security b/etc/security
index bf0094e..8e074bb 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
diff --git a/usr.sbin/periodic/periodic.sh b/usr.sbin/periodic/periodic.sh
index 88e6ec3..08b3c70 100644
--- a/usr.sbin/periodic/periodic.sh
+++ b/usr.sbin/periodic/periodic.sh
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: periodic.sh,v 1.5 1997/08/19 16:49:35 pst Exp $
+# $Id: periodic.sh,v 1.6 1998/12/29 22:48:54 hoek Exp $
#
# Run nightly periodic scripts
#
@@ -48,7 +48,7 @@ else
dirlist="$*"
fi
-host=`hostname -s`
+host=`hostname`
echo "Subject: $host $run run output"
# Execute each executable file in the directory list. If the x bit is not
OpenPOWER on IntegriCloud