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

Bug#215826: [jlionnet@celliance.com: Bug#215047: apache-common: mapped var in modules-config script]



File this under the right bug ... I'm deferring decision on this one
to Fabbione.

----- Forwarded message from John <jlionnet@celliance.com> -----

Subject: Bug#215047: apache-common: mapped var in modules-config script
From: John <jlionnet@celliance.com>
Date: Fri, 17 Oct 2003 16:02:10 +0200

Package: apache-common
Version: 1.3.28-4
Severity: normal
Followup-For: Bug #215047

At line 89 in /usr/sbin/modules-config, mapped var invert module order.
mapped="`grep -l $i.so$ *.info | sed -e 's/\.info$/,/g' -e 's/^...//g'`
$mapped"
must be
mapped="$mapped `grep -l $i.so$ *.info | sed -e 's/\.info$/,/g' -e 's/^...//g'`"
to preserver LoadModule order directive.

----- End forwarded message -----

-- 
"It's not Hollywood.  War is real, war is primarily not about defeat or
victory, it is about death.  I've seen thousands and thousands of dead bodies.
Do you think I want to have an academic debate on this subject?" -- Robert Fisk



Reply to: