:
#	@(#) fixshlib.sh 22.2 90/03/17 
#
#	Copyright (C) The Santa Cruz Operation, 1990.
#	This Module contains Proprietary Information of
#	The Santa Cruz Operation, and should be treated as Confidential.
#

if [ $# = 1 ]
then
	/usr/lib/chgcoff -S lib -T changepath -f /shlib/libnsl_s -t /shlib/libnsl_s.att -o /tmp/newprog$$ $1
	mv /tmp/newprog$$ $1
else
	echo "Usage: fixshlib filename\n"
fi
