Don't mention the old name since it's been a very long time since it was

changed upstream.
This commit is contained in:
Tom G. Christensen 2008-05-03 18:07:04 +00:00 committed by tgc
parent a748fdd922
commit f9c941d1f8

View File

@ -45,7 +45,7 @@ if [ ! -f "${CONFDIR}/moduli" ] ; then
echo "Keeping existing primes but renaming it to moduli"
mv ${CONFDIR}/primes ${CONFDIR}/moduli
else
echo "Installing new moduli (formerly known as primes)"
echo "Installing new moduli"
cp -p ${CONFDIR}/moduli.default ${CONFDIR}/moduli
fi
fi