Signed Patches Release Notes for PatchPro 2.2

Incorrect Example of smpatch add -x mlist

Description:

Example 3 incorrectly shows how to specify the patch list file.


/usr/sadm/bin/smpatch add -H myhost -p mypasswd -u root -- \
     -x mlist=/tmp/patch/patch_file \
     -x mlist=/tmp/patch/machine_file
Workaround:

Change the first instance of mlist to idlist. The example command line should be as follows:


/usr/sadm/bin/smpatch add -H myhost -p mypasswd -u root -- \
     -x idlist=/tmp/patch/patch_file \
     -x mlist=/tmp/patch/machine_file