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 7662B198005 for ; Mon, 18 Mar 2013 21:16:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BFA0E05A1; Mon, 18 Mar 2013 21:16:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EC62E05A1 for ; Mon, 18 Mar 2013 21:16:30 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F22733DAE7 for ; Mon, 18 Mar 2013 21:16:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 855A8E4073 for ; Mon, 18 Mar 2013 21:16:27 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1363641261.744986bfa2879d3857b199078df97933c8b968bd.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-dev:master commit in: eclass/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: eclass/pax-utils.eclass X-VCS-Directories: eclass/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 744986bfa2879d3857b199078df97933c8b968bd X-VCS-Branch: master Date: Mon, 18 Mar 2013 21:16:27 +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: dea6f6cd-cfb2-4602-912d-636bd89474d1 X-Archives-Hash: 7bfd0fca8cf680495e47047cd4723af4 commit: 744986bfa2879d3857b199078df97933c8b968bd Author: Anthony G. Basile gentoo org> AuthorDate: Mon Mar 18 21:14:21 2013 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Mar 18 21:14:21 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=744986bf eclass/pax-utils.eclass: fixed typo, bug #462238 Thanks Bryan Gardiner khumba.net> --- eclass/pax-utils.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/pax-utils.eclass b/eclass/pax-utils.eclass index b7670c1..9299c02 100644 --- a/eclass/pax-utils.eclass +++ b/eclass/pax-utils.eclass @@ -115,7 +115,7 @@ pax-mark() { fi if [[ ${pt_fail} == 1 ]]; then - ewarn "Failed to set XT_PAX markings -${flags} for:" + ewarn "Failed to set PT_PAX markings -${flags} for:" _pax_list_files ewarn ${pt_failures} ret=1 fi