[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#171413: tetex-bin: nice mod to update-texmf



Package: tetex-bin
Version: 1.0.7+20021025-3
Severity: wishlist
Tags: patch

update-texmf would be nicer with the following change:

Replace the line 33:

cat ${CNFFILES} >> ${CNFDIR}/texmf.cnf_$$

with:

for i in ${CNFFILES}; do
    echo "%%% From file: $i" >> ${CNFDIR}/texmf.cnf_$$
    cat $i >> ${CNFDIR}/texmf.cnf_$$
    echo "%%% End of file: $i" >> ${CNFDIR}/texmf.cnf_$$
done

   Julian

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

        Julian Gilbey, website: http://www.polya.uklinux.net/
   Debian GNU/Linux Developer, see: http://people.debian.org/~jdg/
     Visit http://www.thehungersite.com/ to help feed the hungry



Reply to: