:
#	%Z% %M% %I% %E% %Q%
#
#	Copyright (C) The Santa Cruz Operation, 1988, 1989, 1990.
#	This Module contains Proprietary Information of
#	The Santa Cruz Operation, and should be treated as Confidential.
#
#       mitrelink
#

trap '' 1 2 3 15

echo "Because a system name change occurred
or the system was reserialized, a 
new operating system file needs to be 
created.

Operating system relinking begins ...
"
cd /etc/conf/cf.d
if ../bin/idbuild -y 
then
	exit 0
else
	exit 1
fi
