aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-09-04 11:02:21 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-09-07 07:49:21 +0000
commitb07e470bffd708defee524aabae5bbe49f10c2ff (patch)
tree3730817ed4dd42f0a3f339c8868766f44e5650f8
parent58a6a1318d1f7c973c2d8ce4b2e8ad7bb7ef78a5 (diff)
downloadsrc-b07e470bffd708defee524aabae5bbe49f10c2ff.tar.gz
src-b07e470bffd708defee524aabae5bbe49f10c2ff.zip
ntpd(8): Correct a typo in comment of the rc script
- s/the the/the/ (cherry picked from commit 7ed279f58f83499cc62d253487462c1743da6aec)
-rwxr-xr-xlibexec/rc/rc.d/ntpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rc/rc.d/ntpd b/libexec/rc/rc.d/ntpd
index c1d2f52a01b7..f374156c546c 100755
--- a/libexec/rc/rc.d/ntpd
+++ b/libexec/rc/rc.d/ntpd
@@ -59,7 +59,7 @@ can_run_nonroot()
local fileopts="^[ \t]*crypto|^[ \t]*driftfile|^[ \t]*key|^[ \t]*logfile|^[ \t]*statsdir"
grep -E -q "${fileopts}" "${ntpd_config}" && return 1
- # Try to set up the the MAC ntpd policy so ntpd can run with reduced
+ # Try to set up the MAC ntpd policy so ntpd can run with reduced
# privileges. Detect whether MAC is compiled into the kernel, load
# the policy module if not already present, then check whether the
# policy has been disabled via tunable or sysctl.