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

Cy Schubert <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #254599|0                           |1
        is obsolete|                            |

--- Comment #9 from Cy Schubert <[email protected]> ---
Comment on attachment 254599
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=254599
Updated patch

>From e7f6237a48cb8f9c9444c75a6ae67f463820c935 Mon Sep 17 00:00:00 2001
>From: Cy Schubert <[email protected]>
>Date: Mon, 28 Oct 2024 09:33:30 -0700
>Subject: [PATCH] ntp: Switch to upstream man pages
>
>The downstream (FreeBSD) ntp man pages are out of date. Switch to those
>provided by ntp.org (nwtime.org).
>
>The FreeBSD maintained man pages will remain in the source tree for a
>while until we are comfortable with the switch.
>
>PR:    104493
>---
> usr.sbin/ntp/doc/Makefile | 30 +++++++++++++++++++++++++++++-
> 1 file changed, 29 insertions(+), 1 deletion(-)
>
>diff --git a/usr.sbin/ntp/doc/Makefile b/usr.sbin/ntp/doc/Makefile
>index 2da65eccc1f0..c581a3b673a7 100644
>--- a/usr.sbin/ntp/doc/Makefile
>+++ b/usr.sbin/ntp/doc/Makefile
>@@ -24,9 +24,37 @@ FILES=      access.html accopt.html assoc.html audio.html 
>authentic.html \
> MAN=  ntp.conf.5 ntp.keys.5
> MAN+= ntp-keygen.8 ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 sntp.8
> 
>+CLEANFILES=   ntp.conf.5 ntp.keys.5
>+CLEANFILES+=  ntp-keygen.8 ntpd.8 ntpdc.8 ntpq.8 sntp.8
>+
>+ntp.conf.5: ntp.conf.5mdoc
>+      cp $< $@
>+
>+ntp.keys.5: ntp.keys.5mdoc
>+      cp $< $@
>+
>+ntp-keygen.8: ntp-keygen.1ntp-keygenmdoc
>+      cp $< $@
>+
>+ntpd.8:       ntpd.1ntpdmdoc
>+      cp $< $@
>+
>+ntpdc.8: ntpdc.1ntpdcmdoc
>+      cp $< $@
>+
>+ntpq.8: ntpq.1ntpqmdoc
>+      cp $< $@
>+
>+sntp.8: sntp.1sntpmdoc
>+      cp $< $@
>+
> .PATH: ${SRCTOP}/contrib/ntp/html \
>       ${SRCTOP}/contrib/ntp/util \
>       ${SRCTOP}/contrib/ntp/ntpd \
>-      ${SRCTOP}/contrib/ntp/ntpsnmpd
>+      ${SRCTOP}/contrib/ntp/ntpdc \
>+      ${SRCTOP}/contrib/ntp/ntpdq \
>+      ${SRCTOP}/contrib/ntp/ntpsnmpd \
>+      ${SRCTOP}/contrib/ntp/sntp \
>+      ${SRCTOP}/contrib/ntp/util
> 
> .include <bsd.prog.mk>
>-- 
>2.47.0
>

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to