summaryrefslogtreecommitdiffstats
path: root/usr.sbin/periodic
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/periodic')
-rw-r--r--usr.sbin/periodic/periodic.sh4
1 files changed, 2 insertions, 2 deletions
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