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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87FBD1395E1 for ; Thu, 3 Nov 2016 10:51:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 982E4E0B8A; Thu, 3 Nov 2016 10:51:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A465E0B8A for ; Thu, 3 Nov 2016 10:51:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBB9734121E for ; Thu, 3 Nov 2016 10:51:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F113344 for ; Thu, 3 Nov 2016 10:51:27 +0000 (UTC) From: "Jason Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Donenfeld" Message-ID: <1478170283.195d5882ba9e50528cba4a1c0d6deefb49343132.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wireguard/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/wireguard/wireguard-0.0.20161102.ebuild net-misc/wireguard/wireguard-9999.ebuild X-VCS-Directories: net-misc/wireguard/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason Donenfeld X-VCS-Revision: 195d5882ba9e50528cba4a1c0d6deefb49343132 X-VCS-Branch: master Date: Thu, 3 Nov 2016 10:51: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: 93fb0b30-3d48-4bbb-9136-6165ca2f0e93 X-Archives-Hash: c04486329bf37f970da0e7d6e4459473 commit: 195d5882ba9e50528cba4a1c0d6deefb49343132 Author: Jason A. Donenfeld gentoo org> AuthorDate: Thu Nov 3 10:51:13 2016 +0000 Commit: Jason Donenfeld gentoo org> CommitDate: Thu Nov 3 10:51:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=195d5882 net-misc/wireguard: use ${ROOT} in log message Package-Manager: portage-2.3.2 net-misc/wireguard/wireguard-0.0.20161102.ebuild | 2 +- net-misc/wireguard/wireguard-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/wireguard/wireguard-0.0.20161102.ebuild b/net-misc/wireguard/wireguard-0.0.20161102.ebuild index 1137093..0bb51e8 100644 --- a/net-misc/wireguard/wireguard-0.0.20161102.ebuild +++ b/net-misc/wireguard/wireguard-0.0.20161102.ebuild @@ -83,7 +83,7 @@ pkg_postinst() { einfo "WireGuard, you may use, for testing purposes only, the insecure client.sh" einfo "test example script:" einfo - einfo " \$ bzcat /usr/share/doc/${PF}/examples/ncat-client-server/client.sh.bz2 | sudo bash -" + einfo " \$ bzcat ${ROOT}usr/share/doc/${PF}/examples/ncat-client-server/client.sh.bz2 | sudo bash -" einfo einfo "This will automatically setup interface wg0, through a very insecure transport" einfo "that is only suitable for demonstration purposes. You can then try loading the" diff --git a/net-misc/wireguard/wireguard-9999.ebuild b/net-misc/wireguard/wireguard-9999.ebuild index 1137093..0bb51e8 100644 --- a/net-misc/wireguard/wireguard-9999.ebuild +++ b/net-misc/wireguard/wireguard-9999.ebuild @@ -83,7 +83,7 @@ pkg_postinst() { einfo "WireGuard, you may use, for testing purposes only, the insecure client.sh" einfo "test example script:" einfo - einfo " \$ bzcat /usr/share/doc/${PF}/examples/ncat-client-server/client.sh.bz2 | sudo bash -" + einfo " \$ bzcat ${ROOT}usr/share/doc/${PF}/examples/ncat-client-server/client.sh.bz2 | sudo bash -" einfo einfo "This will automatically setup interface wg0, through a very insecure transport" einfo "that is only suitable for demonstration purposes. You can then try loading the"