From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7B3641384B4 for ; Wed, 18 Nov 2015 17:30:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3786E07D6; Wed, 18 Nov 2015 17:30:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 577A4E07D6 for ; Wed, 18 Nov 2015 17:30:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48D3F340562 for ; Wed, 18 Nov 2015 17:30:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3968CB6C for ; Wed, 18 Nov 2015 17:30:02 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1447867770.2101b648546ada6454ce9fb7a573143ac198a444.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/procps/, sys-process/procps/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/procps/files/procps-3.3.11-sysctl-manpage.patch sys-process/procps/procps-3.3.11-r3.ebuild X-VCS-Directories: sys-process/procps/ sys-process/procps/files/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 2101b648546ada6454ce9fb7a573143ac198a444 X-VCS-Branch: master Date: Wed, 18 Nov 2015 17:30:02 +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-Archives-Salt: 9ca690fb-facf-4de5-8b30-1c14e5e69050 X-Archives-Hash: 2c7b8159c2d550b3b933abf3b90580bf commit: 2101b648546ada6454ce9fb7a573143ac198a444 Author: Ulrich Müller gentoo org> AuthorDate: Wed Nov 18 17:25:51 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Nov 18 17:29:30 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2101b648 sys-process/procps: [QA] Fix path in sysctl.8 man page. Bug: 565304 Package-Manager: portage-2.2.24 .../files/procps-3.3.11-sysctl-manpage.patch | 32 ++++++++++++++++++++++ sys-process/procps/procps-3.3.11-r3.ebuild | 1 + 2 files changed, 33 insertions(+) diff --git a/sys-process/procps/files/procps-3.3.11-sysctl-manpage.patch b/sys-process/procps/files/procps-3.3.11-sysctl-manpage.patch new file mode 100644 index 0000000..3523aad --- /dev/null +++ b/sys-process/procps/files/procps-3.3.11-sysctl-manpage.patch @@ -0,0 +1,32 @@ +--- procps-ng-3.3.11-orig/sysctl.8 ++++ procps-ng-3.3.11/sysctl.8 +@@ -123,21 +123,21 @@ + \fB\-V\fR, \fB\-\-version\fR + Display version information and exit. + .SH EXAMPLES +-/sbin/sysctl \-a ++/usr/sbin/sysctl \-a + .br +-/sbin/sysctl \-n kernel.hostname ++/usr/sbin/sysctl \-n kernel.hostname + .br +-/sbin/sysctl \-w kernel.domainname="example.com" ++/usr/sbin/sysctl \-w kernel.domainname="example.com" + .br +-/sbin/sysctl \-p/etc/sysctl.conf ++/usr/sbin/sysctl \-p/etc/sysctl.conf + .br +-/sbin/sysctl \-a \-\-pattern forward ++/usr/sbin/sysctl \-a \-\-pattern forward + .br +-/sbin/sysctl \-a \-\-pattern forward$ ++/usr/sbin/sysctl \-a \-\-pattern forward$ + .br +-/sbin/sysctl \-a \-\-pattern 'net.ipv4.conf.(eth|wlan)0.arp' ++/usr/sbin/sysctl \-a \-\-pattern 'net.ipv4.conf.(eth|wlan)0.arp' + .br +-/sbin/sysctl \-\-system \-\-pattern '^net.ipv6' ++/usr/sbin/sysctl \-\-system \-\-pattern '^net.ipv6' + .SH DEPRECATED PARAMETERS + The + .B base_reachable_time diff --git a/sys-process/procps/procps-3.3.11-r3.ebuild b/sys-process/procps/procps-3.3.11-r3.ebuild index 5b6a3ac..ecf5d10 100644 --- a/sys-process/procps/procps-3.3.11-r3.ebuild +++ b/sys-process/procps/procps-3.3.11-r3.ebuild @@ -39,6 +39,7 @@ S="${WORKDIR}/${PN}-ng-${PV}" src_prepare() { epatch "${FILESDIR}"/${PN}-3.3.8-kill-neg-pid.patch # http://crbug.com/255209 epatch "${DISTDIR}"/${P}-remove_Unix98_output_limits.patch # 555200 + epatch "${FILESDIR}"/${P}-sysctl-manpage.patch # 565304 } src_configure() {