+ - fix Ssyshere to Shere after re-reading UUCP protocol docs
+
0.001003 - 2011-12-23
- fix mk-fat to not miss anything else
# confuse things by sending before the dup.
my $up = <$kid_out>;
die [ failure => "Garbled response from child: $up" ]
- unless $up eq "Ssyshere\n";
+ unless $up eq "Shere\n";
}
my $connection = Tak::ConnectionService->new(
read_fh => $kid_out, write_fh => $kid_in,
log_debug { "Node starting" };
# Tell the other end that we've finished messing around with file
# descriptors and that it's therefore safe to start sending requests.
- print $stdout "Ssyshere\n";
+ print $stdout "Shere\n";
Tak->loop_until($done);
if (our $Next) { goto &$Next }
}