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

Bug#215047: Not fixed yet, here is a patch



reopen 215047
tags +patch
thanks

Apparently LANG=C wasn't enough, the problem is still there (1.3.28-4).
Luckily, solution from John worked for me. Just in case, here is the
same in a unified diff:

----------------------------------------------------------------------
--- modules-config.dpkg-dist    Thu Oct 30 19:32:52 2003
+++ modules-config      Thu Oct 30 19:33:22 2003
@@ -86,7 +86,7 @@
        # so we convert module names to info names (they look better to users)
        cd /usr/lib/apache/1.3
        for i in $enabled; do
-               mapped="`grep -l $i.so$ *.info | sed -e 's/\.info$/,/g' -e 's/^...//g'` $mapped"
+               mapped="$mapped `grep -l $i.so$ *.info | sed -e 's/\.info$/,/g' -e 's/^...//g'`"
        done
        cd -
 
----------------------------------------------------------------------

Thanks, John!

-- 
Dmitry Borodaenko



Reply to: