Gentoo Archives: gentoo-commits

From: "Jason A. Donenfeld" <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/wireguard-tools/
Date: Mon, 27 Apr 2020 23:50:32
Message-Id: 1588031408.0be6e3c75ecc26afba0c300afffad5e4af8a248f.zx2c4@gentoo
1 commit: 0be6e3c75ecc26afba0c300afffad5e4af8a248f
2 Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 27 23:50:08 2020 +0000
4 Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 27 23:50:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be6e3c7
7
8 net-vpn/wireguard-tools: do not mention 0/0 route
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>
12
13 net-vpn/wireguard-tools/wireguard-tools-1.0.20200319.ebuild | 4 ----
14 1 file changed, 4 deletions(-)
15
16 diff --git a/net-vpn/wireguard-tools/wireguard-tools-1.0.20200319.ebuild b/net-vpn/wireguard-tools/wireguard-tools-1.0.20200319.ebuild
17 index 6d3ad039ded..252d5e050c2 100644
18 --- a/net-vpn/wireguard-tools/wireguard-tools-1.0.20200319.ebuild
19 +++ b/net-vpn/wireguard-tools/wireguard-tools-1.0.20200319.ebuild
20 @@ -96,10 +96,6 @@ pkg_postinst() {
21 einfo " \$ chromium http://192.168.4.1"
22 einfo " \$ ping 192.168.4.1"
23 einfo
24 - einfo "If you'd like to redirect your internet traffic, you can run it with the"
25 - einfo "\"default-route\" argument. You may not use this server for any abusive or illegal"
26 - einfo "purposes. It is for quick testing only."
27 - einfo
28 einfo "More info on getting started can be found at: https://www.wireguard.com/quickstart/"
29 einfo
30 }