git: 3887ce6c1946 - stable/13 - ntpd(8): Correct a typo in comment of the rc script
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Sep 2022 07:26:55 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=3887ce6c194645001d7999b5f661aa6c43bded25
commit 3887ce6c194645001d7999b5f661aa6c43bded25
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 11:02:21 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-07 07:22:57 +0000
ntpd(8): Correct a typo in comment of the rc script
- s/the the/the/
(cherry picked from commit 7ed279f58f83499cc62d253487462c1743da6aec)
---
libexec/rc/rc.d/ntpd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libexec/rc/rc.d/ntpd b/libexec/rc/rc.d/ntpd
index 7c7879583185..2ab2d0243a21 100755
--- a/libexec/rc/rc.d/ntpd
+++ b/libexec/rc/rc.d/ntpd
@@ -60,7 +60,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.