[Bug 245679] daily_status_ntpd typo in periodic.conf.5

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 17 03:38:54 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245679

            Bug ID: 245679
           Summary: daily_status_ntpd typo in periodic.conf.5
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: conf
          Assignee: bugs at FreeBSD.org
          Reporter: t at tstearns.com

In base r169517, a flag was added to periodic.conf called
"daily_status_ntpd_enable".

However, it was documented in periodic.conf.5 as "daily_status_ntpd".

Below is a simple patch against head to correct this typo in the man page:

--- a/share/man/man5/periodic.conf.5
+++ b/share/man/man5/periodic.conf.5
@@ -518,7 +518,7 @@ for the previous day.
 .Pq Vt num
 Set to the number of maillog files that should be checked
 for yesterday's mail rejects.
-.It Va daily_status_ntpd
+.It Va daily_status_ntpd_enable
 .Pq Vt bool
 Set to
 .Dq Li YES

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list