message -d `pfmt -s nostd -g ${PKGMSG}:1 "The installation cannot be completed due to an error in the driver installation during the installation of the %s module of the %s. The file %s contains the errors." ${1} ${NAME} ${ERR} 2>&1`
# rm nfs.env created by chkpkgrel run from the request
rm -f /var/sadm/upgrade/nfs.env
exit ${FAILURE}
fi
rm -rf ${ERR}
}
FAILURE=1 # fatal error
CONFDIR=/etc/conf
CONFBIN=${CONFDIR}/bin
NOTOOLS=`pfmt -s error -g ${PKGMSG}:2 " The Installable Driver feature has been removed. The %s cannot be installed." ${NAME} 2>&1`
SEDCMD1="s/[ ]N[ ]/ Y /"
SEDCMD2="s/[ ]N/ Y/"
VOLATILES=`echo /tmp/nfs/*`
cd /var/sadm/pkg/${PKG}/install
# determine that ID/TP tools are available
if [ ! -x ${CONFBIN}/idbuild -o ! -x ${CONFBIN}/idinstall \