Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Sep 2022 07:49:33 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: b07e470bffd7 - stable/12 - ntpd(8): Correct a typo in comment of the rc script
Message-ID:  <202209070749.2877nXmc068216@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=b07e470bffd708defee524aabae5bbe49f10c2ff

commit b07e470bffd708defee524aabae5bbe49f10c2ff
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:49:21 +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 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209070749.2877nXmc068216>