version 1.6, 2008/08/22 16:02:19
|
version 1.7, 2008/10/21 21:11:45
|
Line 25 my($rwd); # remote working directory |
|
Line 25 my($rwd); # remote working directory |
|
my($mach); | my($mach); |
my(@rsp); | my(@rsp); |
| |
|
# Each is a hash of hash references. There will be three elements in this hash: one for |
|
# the local machine, and one for each of the machines in @machines. For fs2mount, each hash |
|
# reference will be populated with mappings from a file system to a mount point. |
my(%fs2mount); | my(%fs2mount); |
my(%mount2fs); | my(%mount2fs); |
| |