Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2024 20:16:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 104493] ntp manuals - align with upstream
Message-ID:  <bug-104493-9-i4PnE9f24e@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-104493-9@https.bugs.freebsd.org/bugzilla/>
References:  <bug-104493-9@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D104493

Cy Schubert <cy@FreeBSD.org> changed:

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

--- Comment #9 from Cy Schubert <cy@FreeBSD.org> ---
Comment on attachment 254599
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D254599
Updated patch

>>From e7f6237a48cb8f9c9444c75a6ae67f463820c935 Mon Sep 17 00:00:00 2001
>From: Cy Schubert <cy@FreeBSD.org>
>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=3D	access.html accopt.html assoc.html audio.html =
authentic.html \
> MAN=3D	ntp.conf.5 ntp.keys.5
> MAN+=3D	ntp-keygen.8 ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 sntp.8
>=20
>+CLEANFILES=3D	ntp.conf.5 ntp.keys.5
>+CLEANFILES+=3D	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
>=20
> .include <bsd.prog.mk>
>--=20
>2.47.0
>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-104493-9-i4PnE9f24e>