#!/bin/ksh

if [ "$ROOTDIR" != "/" ]; then
	echo "ERROR: Alternate root not supported in this patch"
	exit 1
fi 

exit 0

