diff options
author | brian <brian@FreeBSD.org> | 2002-05-14 01:15:35 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2002-05-14 01:15:35 +0000 |
commit | efcf80dea7e226b7ea0babaa68e49285acb273e1 (patch) | |
tree | 2c5a40bd2403ad36be58be33e629eb6c71b2c1cb /usr.sbin/periodic | |
parent | 1d588e063f03ea3a947861f7c14ede82e6826cdb (diff) | |
download | FreeBSD-src-efcf80dea7e226b7ea0babaa68e49285acb273e1.zip FreeBSD-src-efcf80dea7e226b7ea0babaa68e49285acb273e1.tar.gz |
Mention the ``end of output'' for each periodic script.
Submitted by: David Wolfskill <david@catwhisker.org>
PR: 37036
MFC after: 1 week
Diffstat (limited to 'usr.sbin/periodic')
-rw-r--r-- | usr.sbin/periodic/periodic.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/periodic/periodic.sh b/usr.sbin/periodic/periodic.sh index 6c21c21..73e8576 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 |