From 1b67bea662b3e82d03a5787c40afcab119c33729 Mon Sep 17 00:00:00 2001 From: Mark Glines Date: Sun, 29 Sep 2002 01:21:47 +0000 Subject: [PATCH] forgot to commit this earlier: removed some debugging, and enabled full functionality. --- perl/examples/rmount.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/perl/examples/rmount.pl b/perl/examples/rmount.pl index 2c50791..9ae1cc1 100755 --- a/perl/examples/rmount.pl +++ b/perl/examples/rmount.pl @@ -30,7 +30,6 @@ map { my ($str) = $_; $args{$str} = sub { netlink($str,@_) } } sub connect_remote { sshopen2($host, *READER, *WRITER, "./rmount_remote.pl $dir") or die "ssh: $!\n"; -# open2(*READER,*WRITER,"./rmount_remote.pl $dir"); select WRITER; $| = 1; select STDOUT; -- 2.30.2