echoing modutil commandline to output.log, bug 193394 r=wtc

This commit is contained in:
sonja.mirtitsch%sun.com 2003-02-19 23:26:52 +00:00
parent 61cc07a65d
commit cbe33c407b

View File

@ -604,6 +604,7 @@ cert_fips()
echo "$SCRIPTNAME: Enable FIPS mode on database -----------------------"
CU_ACTION="Enable FIPS mode on database for ${CERTNAME}"
echo "modutil -dbdir ${PROFILEDIR} -fips true "
modutil -dbdir ${PROFILEDIR} -fips true 2>&1 <<MODSCRIPT
y
MODSCRIPT