This directory contains a temporary patch for APAR IY31964.  Once APAR
IY31964 is available it should be ordered and installed which will
overwrite this patch.

Downloading
===========
Download IY31964.tar.Z to /tmp.


Installation
============
To install the patches:

- Login as root

- Make copies of the files that will be replaced

   for f in /usr/lib/boot/unix_* /usr/ccs/bin/shlap* /usr/ccs/bin/usla*; do
	cp -p $f $f.orig
   done

- Extract the patches

   cd /
   compress -dc /tmp/files.tar.Z | tar -xvf-

- Build a new boot image

   bosboot -ad /dev/ipldevice

- Reboot

   shutdown -Fr
