aboutsummaryrefslogtreecommitdiffstats
path: root/perl/examples/rmount.pl
diff options
context:
space:
mode:
authorMark Glines <mark@glines.org>2002-09-29 01:21:47 +0000
committerMark Glines <mark@glines.org>2002-09-29 01:21:47 +0000
commit1b67bea662b3e82d03a5787c40afcab119c33729 (patch)
tree65eb235f90a8820919173d0b42adfb57126c3af8 /perl/examples/rmount.pl
parent23334c6fd5159acf21f2a7c3a96be84951f0d290 (diff)
downloadlibfuse-1b67bea662b3e82d03a5787c40afcab119c33729.tar.gz
forgot to commit this earlier: removed some debugging, and enabled full functionality.
Diffstat (limited to 'perl/examples/rmount.pl')
-rwxr-xr-xperl/examples/rmount.pl1
1 files changed, 0 insertions, 1 deletions
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;