# $Id: samfs_postbackout,v 1.3 2002/12/03 16:38:51 hm129959 Exp $

/bin/chmod 0750 /usr/lib/fs/samfs/sam-fsd

/bin/ln /opt/SUNWsamfs/sbin/samu /opt/SUNWsamfs/sbin/samcmd

#
#    Reset the administrator group to the previous value.
#
if [ -s /opt/SUNWsamfs/.admingrp ] ; then
	ADMINGRP=`/bin/cat /opt/SUNWsamfs/.admingrp`
	if [ $ADMINGRP != "bin" ] ; then
		/opt/SUNWsamfs/sbin/set_admin.sh $ADMINGRP
	fi
fi

/bin/catman -w -M /opt/SUNWsamfs/man

exit 0
