Name Date Size

..25-Oct-20244 KiB

MakefileH A D25-Oct-2024988

mc_cmds/H25-Oct-20244 KiB

mc_commo/H25-Oct-20244 KiB

mc_member/H25-Oct-20244 KiB

mc_opts/H25-Oct-20244 KiB

READMEH A D25-Oct-2024818

README

1
2NOTE:
3
4  These tests ALL assume that the "RHOST" variable is set to the hostname
5of the remote machine, i.e.
6
7    # export RHOST=<hostname here>.
8
9These tests also assume an identical path tree for their location on the remote
10machine.  So if pan's root path is "/home/ltptests" on the test machine, then
11it must also be located in "/home/ltptests" on the remote machine (RHOST).
12
13You will also need to setup a ".rhosts" file in root's home directory on the
14remote machine, with the name of the local machine listed.  For example, if
15machineA is running the tests, with machineB set as RHOST, then machineB's
16root home directory will need an ".rhosts" file with machineA's hostname listed.
17
18  I apologize for the lengthy setup, but I tried to make it as minimal as possible.
19
20
21-Robbie Williamson
22(robbiew@us.ibm.com)
23