9front - general discussion about 9front
 help / color / mirror / Atom feed
* fqa7:  fix bug
@ 2016-12-02 23:09 Kurt H Maier
  2016-12-06 13:34 ` [9front] " arisawa
  0 siblings, 1 reply; 3+ messages in thread
From: Kurt H Maier @ 2016-12-02 23:09 UTC (permalink / raw)
  To: 9front

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" />



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9front] fqa7:  fix bug
  2016-12-02 23:09 fqa7: fix bug Kurt H Maier
@ 2016-12-06 13:34 ` arisawa
  2016-12-06 15:15   ` hiro
  0 siblings, 1 reply; 3+ messages in thread
From: arisawa @ 2016-12-06 13:34 UTC (permalink / raw)
  To: 9front

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" />
> 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9front] fqa7: fix bug
  2016-12-06 13:34 ` [9front] " arisawa
@ 2016-12-06 15:15   ` hiro
  0 siblings, 0 replies; 3+ messages in thread
From: hiro @ 2016-12-06 15:15 UTC (permalink / raw)
  To: 9front

it works as long as you have no file in your directory starting with
name tcp! and ending with !rcpu. :)

On 12/6/16, arisawa <karisawa@gmail.com> wrote:
> 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" />
>>
>
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-06 15:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-02 23:09 fqa7: fix bug Kurt H Maier
2016-12-06 13:34 ` [9front] " arisawa
2016-12-06 15:15   ` hiro

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).