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 E81401382C5 for ; Fri, 20 Apr 2018 08:38:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B7BBE0876; Fri, 20 Apr 2018 08:38:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15DD9E0876 for ; Fri, 20 Apr 2018 08:38:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AEED2335C72 for ; Fri, 20 Apr 2018 08:38:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 185B3260 for ; Fri, 20 Apr 2018 08:38:38 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1524213514.3b05059ad27f99b4c6ba5fc3912eb81b4b512f5d.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/pipes/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/pipes/metadata.xml X-VCS-Directories: net-misc/pipes/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 3b05059ad27f99b4c6ba5fc3912eb81b4b512f5d X-VCS-Branch: master Date: Fri, 20 Apr 2018 08:38:38 +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: 6a07f09b-41f7-4f1d-bf50-abc7262f3b90 X-Archives-Hash: 29a5b8a137919dd4024ec0f625a394b0 commit: 3b05059ad27f99b4c6ba5fc3912eb81b4b512f5d Author: Jeroen Roovers gentoo org> AuthorDate: Fri Apr 20 07:30:20 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Apr 20 08:38:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b05059a net-misc/pipes: Fix line length in . Package-Manager: Portage-2.3.31, Repoman-2.3.9 net-misc/pipes/metadata.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/net-misc/pipes/metadata.xml b/net-misc/pipes/metadata.xml index abddd073acf..55a569831fb 100644 --- a/net-misc/pipes/metadata.xml +++ b/net-misc/pipes/metadata.xml @@ -8,13 +8,13 @@ I just noticed that netpipes doesn't support bidirectional pipes. So I made my own version. -Now I can say in computer A that "plis 12345 -io ohjelma" and in computer B that "pcon A 12345 -io ohjelma2", -and they communicate together then. -My example utilization was that I can send the picture of SNES-emulator to another -computer via network, and grab the keyboard input there, so get two consoles to -the same game. -My friend wanted to watch when I play FF6, but didn't want to sit next to my monitor, -and asked if he could get the picture to his monitor. +Now I can say in computer A that "plis 12345 -io ohjelma" and in computer B +that "pcon A 12345 -io ohjelma2", and they communicate together then. +My example utilization was that I can send the picture of SNES-emulator to +another computer via network, and grab the keyboard input there, so get two +consoles to the same game. +My friend wanted to watch when I play FF6, but didn't want to sit next to my +monitor, and asked if he could get the picture to his monitor. And he got it. Then he asked if he could play it from his computer at the same time as me... And now it works too.