From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F2B4315806E for ; Fri, 2 Jun 2023 07:40:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32A19E07D0; Fri, 2 Jun 2023 07:40:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A663E07D0 for ; Fri, 2 Jun 2023 07:40:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC01933BEA5 for ; Fri, 2 Jun 2023 07:40:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34871A53 for ; Fri, 2 Jun 2023 07:39:59 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1685691541.6fbbc4d5738aabc2ff2c849654341c541e84a506.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ntp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/ntp/ntp-4.2.8_p16.ebuild X-VCS-Directories: net-misc/ntp/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 6fbbc4d5738aabc2ff2c849654341c541e84a506 X-VCS-Branch: master Date: Fri, 2 Jun 2023 07:39:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: efb50c2b-02cf-4a7e-a66c-6c376dd9d647 X-Archives-Hash: dbdab79b7053e79e59beeb8051042d1c commit: 6fbbc4d5738aabc2ff2c849654341c541e84a506 Author: Ionen Wolkens gentoo org> AuthorDate: Fri Jun 2 07:35:55 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Jun 2 07:39:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fbbc4d5 net-misc/ntp: update man page path for USE=openntpd Closes: https://bugs.gentoo.org/907684 Signed-off-by: Ionen Wolkens gentoo.org> net-misc/ntp/ntp-4.2.8_p16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/ntp/ntp-4.2.8_p16.ebuild b/net-misc/ntp/ntp-4.2.8_p16.ebuild index 89ee3f382279..8ab34a0081da 100644 --- a/net-misc/ntp/ntp-4.2.8_p16.ebuild +++ b/net-misc/ntp/ntp-4.2.8_p16.ebuild @@ -126,7 +126,7 @@ src_install() { cd "${ED}" || die rm usr/sbin/ntpd || die rm etc/{conf,init}.d/ntpd || die - rm usr/share/man/*/ntpd.8 || die + rm usr/share/man/man1/ntpd.1 || die else newtmpfiles "${FILESDIR}"/ntp.tmpfiles ntp.conf systemd_newunit "${FILESDIR}"/ntpd.service-r2 ntpd.service