SHA256
1
0
forked from pool/perl
OBS User autobuild
2009-09-06 10:05:41 +00:00
committed by Git OBS Bridge
parent b90693b168
commit cd15f3e284
17 changed files with 236 additions and 414 deletions

View File

@@ -1,5 +1,5 @@
--- lib/Net/Cmd.pm.orig 2009-06-10 09:23:18.000000000 +0000
+++ lib/Net/Cmd.pm 2009-06-10 09:25:49.000000000 +0000
--- ./lib/Net/Cmd.pm.orig 2009-09-03 14:32:13.000000000 +0000
+++ ./lib/Net/Cmd.pm 2009-09-03 14:47:30.000000000 +0000
@@ -226,6 +226,10 @@ sub command {
$str = $cmd->toascii($str) if $tr;
$str .= "\015\012";
@@ -11,7 +11,7 @@
my $len = length $str;
my $swlen;
@@ -471,6 +475,10 @@ sub rawdatasend {
@@ -473,6 +477,10 @@ sub rawdatasend {
return 0 unless defined(fileno($cmd));