#
#		    Copyright (c) 1986 AT&T
#		      All Rights Reserved
#
#	THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T
#	The copyright notice above does not evidence any
#	actual or intended publication of such source code.
#
#
#	Setup script for AT&T 3.2.3 CPIO 
#


INSPATH=/install/new

#
# save old cpio
#
echo "\nThe following files are being saved in /usr/old: "

if [ -d /usr/old ]
then continue
elif `mkdir /usr/old`
then continue
else
	echo "\nERROR!!!	Cannot make directory /usr/old!"
	echo "	Installation aborted!"
	exit
fi


echo "/bin/cpio"
mv /bin/cpio /usr/old/cpio
chgrp bin /usr/old/cpio
chown bin /usr/old/cpio
