From 9edf5f40b6d9185ac1b6bbb488557150e9f692f3 Mon Sep 17 00:00:00 2001 From: ngie Date: Thu, 20 Jul 2017 00:33:12 +0000 Subject: [PATCH] MFC r320135: periodic(8): delete trailing whitespace git-svn-id: svn://svn.freebsd.org/base/stable/10@321260 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.sbin/periodic/periodic.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/periodic/periodic.sh b/usr.sbin/periodic/periodic.sh index b2605200f..40322d4e7 100644 --- a/usr.sbin/periodic/periodic.sh +++ b/usr.sbin/periodic/periodic.sh @@ -30,7 +30,7 @@ if [ $# -lt 1 ] ; then usage fi -# If possible, check the global system configuration file, +# If possible, check the global system configuration file, # to see if there are additional dirs to check if [ -r /etc/defaults/periodic.conf ]; then . /etc/defaults/periodic.conf @@ -43,7 +43,7 @@ export host # If we were called normally, then create a lock file for each argument # in turn and reinvoke ourselves with the LOCKED argument. This prevents # very long running jobs from being overlapped by another run as this is -# will lead the system running progressivly slower and more and more jobs +# will lead the system running progressivly slower and more and more jobs # are run at once. if [ $1 != "LOCKED" ]; then ret=0 @@ -96,7 +96,7 @@ case $arg in /*) if [ -d "$arg" ]; then dirlist="$arg" else - echo "$0: $arg not found" >&2 + echo "$0: $arg not found" >&2 continue fi ;; -- 2.42.0