Patch-ID# 101748-01
Keywords: filemgr, ow3, window, permission, move delete file, drag and drop
Synopsis: SunOS CMW 1.1: enable openwin filemgr to keep file after bad drop
Date: May/09/94

Solaris Release: Trusted_Solaris_1.1

SunOS Release: 
NOTE: CMW 1.1

Unbundled Product:

Unbundled Release:

Topic: SunOS CMW 1.1: filemgr deletes file after drop to dir without write perm
 NOTE:
 IMPORTANT 

	This patch should only be applied to a Trusted Solaris 1.1 system.
	Patch installation should be performed by the system administrator
	and the ISSO.

BugId's fixed with this patch: 1157222

Changes incorporated in this version:

Architectures for which this patch is available: sparc
NOTE: sun4 sun4c sun4m

Patches which may conflict with this patch: 

Other patches this accumulates and obsoletes:

Obsoleted by: 

Files included with this patch:
        README 
	filemgr

Problem Description: 
1157222: moving a file to a read-only folder will delete original file

Install Instructions: 

For Trusted Solaris 1.1
-----------------------

1. General Instructions

ALL INSTALLATIONS MUST BE DONE IN SINGLE-USER MODE.

DO THE FOLLOWING STEPS ON ALL OF YOUR TRUSTED SOLARIS 1.1 SYSTEMS.
INSTALL FIRST THE NIS MASTER(S), THEN NIS SLAVE(S), THEN NIS CLIENTS.

Bring the system into single-user mode:

	From the Trusted Menu Stripe, select "Shut Down Machine"
	under the "Utility" menu.

	At the boot prompt type:

		b -s
	or
		boot -s

	If the EPROM is set to secure-mode, enter the password
	when requested to do so.

Select a temporary patch directory with at least 5 MB of free space
to receive the files on the patch tape.

	PATCHDIR=/etc/tfm/home/patchdir
	mkdir -p $PATCHDIR

Put the patch tape in the drive and extract the files:

	cd $PATCHDIR
	tar xvf /dev/rst<#>


2. Instructions for filemgr patch

Copy the current version of the filemgr aside and replace the old
version with the file on the patch tape.  If you do not have space
on your /usr partition, you may want save the FCS version of the
filemgr elsewhere.

	cp /usr/openwin/bin/filemgr /usr/openwin/bin/filemgr.FCS
	cp $PATCHDIR/filemgr /usr/openwin/bin/filemgr

3. Cleanup Instructions

If you are done with the patch installation, and wish to remove the
patch from your temporary directory, you may do so now:

	rm -r $PATCHDIR

Sync the system

	sync;sync;

Boot multiuser

	reboot
