aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/periodic
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2002-05-14 01:15:35 +0000
committerBrian Somers <brian@FreeBSD.org>2002-05-14 01:15:35 +0000
commitcb36028effafa1124c297d31c2de9970ceafea6b (patch)
tree2c5a40bd2403ad36be58be33e629eb6c71b2c1cb /usr.sbin/periodic
parent014585d12527a3c053778459bbd93cdb37421430 (diff)
downloadsrc-cb36028effafa1124c297d31c2de9970ceafea6b.tar.gz
src-cb36028effafa1124c297d31c2de9970ceafea6b.zip
Mention the ``end of output'' for each periodic script.
Submitted by: David Wolfskill <david@catwhisker.org> PR: 37036 MFC after: 1 week
Notes
Notes: svn path=/head/; revision=96555
Diffstat (limited to 'usr.sbin/periodic')
-rw-r--r--usr.sbin/periodic/periodic.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/periodic/periodic.sh b/usr.sbin/periodic/periodic.sh
index 6c21c21c5da1..73e8576581bd 100644
--- a/usr.sbin/periodic/periodic.sh
+++ b/usr.sbin/periodic/periodic.sh
@@ -97,6 +97,9 @@ do
then
[ $processed = 1 ] && plural= || plural=s
echo "No output from the $processed file$plural processed"
+ else
+ echo ""
+ echo "-- End of $arg output --"
fi
} | eval $pipe
done