Patch-ID# 103799-04 Keywords: cmw bourne shell .profile pty close reused Synopsis: Trusted Solaris 1.2: fixes for cmw shell and logintool pty bugs Date: May/07/98 Solaris Release: Trusted Solaris 1.2 SunOS Release: Unbundled Product: Unbundled Release: Relevant Architectures: sun4 sun4c sun4m BugId's fixed with this patch: 1256516 1244225 4116435 Changes incorporated in this version: included fix for 4116435 Patches accumulated and obsoleted by this patch: Patches which conflict with this patch: Patches required with this patch: Obsoleted by: Files included with this patch: README - This file. install_patch - Script to install the appropriate patch components for the machine on which it is run. nis_master..tar.Z - Patches for NIS master machines for each supported architecture. nis_client..tar.Z - Patches for NIS client machines for each supported architecture. diskless..tar.Z - Patches for diskless machines for each supported architecture. Problem Description: This patch contains a fix for the following bug(s): Note: In the following lists of files, the export/exec path prefix is used to load files into the appropriate places on the machine. For example, export/exec/kvm/ is used to refer to /usr/kvm on a machine where is the native architecture. Bug: 4116435 Desc: error: couldn't set cmw label for console collection (Esc. 513859) Bug: 1244225 Desc: logintool pty's are not properly reused Bug: 1256516 Desc: bourne shells do not run .profile Files: export/exec/sun4/openwin/bin/logintool Patch Installation Instructions: 1. Boot the machine single user, clean the disks, and start a csh(1). > b -s or ok boot -s # fsck -f -p # exec csh # source /.cshrc # source /.login 2. Load this patch in a location that has disk space. This example assumes that /var is a separate partition and that the patch is delivered on tape. # mount /var # cd /var # mkdir -p patches/ # cd patches/ # tar xvf /dev/rst0 3. Install the patch and check the "log" for errors. # ./install_patch |& tee log # vi log 4. Reboot the machine. # cd / # umount -at cfs # sync; sync; sync; reboot