From a81a07d54fda900f2f52ffa449a08d552f42a403 Mon Sep 17 00:00:00 2001 From: billf Date: Fri, 1 Jan 1999 17:37:33 +0000 Subject: Make periodic(8) and the security mailings reflect the full FQDN, as opposed to a hostname. This will help those who keep a cluster of machines all with the same hostname but different domain names. PR: bin/9091 Submitted By: Heikki Suonsivu No Response From: -current mailing list --- usr.sbin/periodic/periodic.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/periodic') 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 -- cgit v1.1