depend on Net::SSH 0.08 for non-blocking STDERR read
authorivan <ivan>
Fri, 13 Feb 2004 04:03:59 +0000 (04:03 +0000)
committerivan <ivan>
Fri, 13 Feb 2004 04:03:59 +0000 (04:03 +0000)
FS/FS/part_export/domain_shellcommands.pm
FS/FS/part_export/forward_shellcommands.pm
FS/FS/part_export/router.pm
FS/FS/part_export/shellcommands.pm
FS/FS/part_export/www_shellcommands.pm

index cf56033..d295eec 100644 (file)
@@ -97,7 +97,7 @@ sub shellcommands_queue {
 }
 
 sub ssh_cmd { #subroutine, not method
-  use Net::SSH '0.07';
+  use Net::SSH '0.08';
   &Net::SSH::ssh_cmd( { @_ } );
 }
 
index f6fcb60..5d31457 100644 (file)
@@ -97,7 +97,7 @@ sub shellcommands_queue {
 }
 
 sub ssh_cmd { #subroutine, not method
-  use Net::SSH '0.07';
+  use Net::SSH '0.08';
   &Net::SSH::ssh_cmd( { @_ } );
 }
 
index 1d1f907..07b5b9e 100644 (file)
@@ -138,7 +138,7 @@ sub router_queue {
 }
 
 sub ssh_cmd { #subroutine, not method
-  use Net::SSH '0.07';
+  use Net::SSH '0.08';
   &Net::SSH::ssh_cmd( { @_ } );
 }
 
index f656389..db2e7aa 100644 (file)
@@ -125,7 +125,7 @@ sub shellcommands_queue {
 }
 
 sub ssh_cmd { #subroutine, not method
-  use Net::SSH '0.07';
+  use Net::SSH '0.08';
   &Net::SSH::ssh_cmd( { @_ } );
 }
 
index 20658c7..3e00874 100644 (file)
@@ -96,7 +96,7 @@ sub shellcommands_queue {
 }
 
 sub ssh_cmd { #subroutine, not method
-  use Net::SSH '0.07';
+  use Net::SSH '0.08';
   &Net::SSH::ssh_cmd( { @_ } );
 }