Date: Sun, 4 Sep 2022 11:02:32 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 7ed279f58f83 - main - ntpd(8): Correct a typo in comment of the rc script Message-ID: <202209041102.284B2WVO021136@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=7ed279f58f83499cc62d253487462c1743da6aec commit 7ed279f58f83499cc62d253487462c1743da6aec Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-04 11:02:21 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-04 11:02:21 +0000 ntpd(8): Correct a typo in comment of the rc script - s/the the/the/ MFC after: 3 days --- 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209041102.284B2WVO021136>