9front - general discussion about 9front
 help / color / mirror / Atom feed
From: arisawa <karisawa@gmail.com>
To: 9front@9front.org
Subject: Re: [9front] fqa7:  fix bug
Date: Tue, 6 Dec 2016 22:34:07 +0900	[thread overview]
Message-ID: <C97E0756-1395-4EB3-A980-64B300089C70@gmail.com> (raw)
In-Reply-To: <20161202230944.GB32881@wopr>

the bug is rather in
  aux/listen1 -t tcp!*!rcpu /bin/tlssrv -a \
which should be
 aux/listen1 -t 'tcp!*!rcpu' /bin/tlssrv -a \

Kenji Arisawa


> 2016/12/03 8:09、Kurt H Maier <khm@sciops.net> のメール:
> 
> Here is a patch for a bug nobody reported in irc:
> 
> --- fqa7-orig.ms        2016-12-02 15:18:35.484357932 -0800
> +++ fqa7.ms     2016-12-02 15:19:27.834841235 -0800
> @@ -1274,7 +1274,7 @@
>> /mnt/factotum/ctl
> aux/listen1 -t tcp!*!rcpu /bin/tlssrv -a \\
>        /bin/rc -c \\
> -       '. <{n=`{read} && ! ~ $#n 0 && read -c $n} >[2=1]' &
> +       \'. <{n=`{read} && ! ~ $#n 0 && read -c $n} >[2=1]\' &
> .P2
> 
> .html - <a name="7.6.3" />
> 



  reply	other threads:[~2016-12-06 13:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-02 23:09 Kurt H Maier
2016-12-06 13:34 ` arisawa [this message]
2016-12-06 15:15   ` [9front] " hiro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=C97E0756-1395-4EB3-A980-64B300089C70@gmail.com \
    --to=karisawa@gmail.com \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).