From 2bed2aa31f2edbb1572608e2eb591f2edcc7d7b7 Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Wed, 29 Mar 2000 07:05:29 +0000 Subject: [PATCH] export host after setting it. This is needed so passwd diffs show the hostname instead of " passwd diffs:" PR: 17651 Submitted by: Giorgos Keramidas --- usr.sbin/periodic/periodic.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/periodic/periodic.sh b/usr.sbin/periodic/periodic.sh index 077afa40c563..ca426e5c50d0 100644 --- a/usr.sbin/periodic/periodic.sh +++ b/usr.sbin/periodic/periodic.sh @@ -52,6 +52,7 @@ else fi host=`hostname` +export host echo "Subject: $host $run run output" # Execute each executable file in the directory list. If the x bit is not