Hi.

I've checked a little bit deeper the cause of this problem.

It seems the regression was introduced in
http://bugs.debian.org/cgi-bin/bugreport.cgi/libnss-ldap-251-5.2-nmu.diff?bug=390241;msg=5;att=1
 where it completely dropped the use of $replacestring in the regexp, and 
forced the sharp (#) comment systematically.

Then the preceding code, which is still there :

                replacestring="^$parameter .*"
                if [ "$commented" = "1" ]; then
                        replacestring="^# *$parameter .*"
                fi

has no longer any effect.

So I think the previously submitted patch was incomplete, and it should
be adapted to take into account the status of $commented, as before.

Hope this helps.
-- 
Olivier BERGER <[EMAIL PROTECTED]>
Ingénieur Recherche - Dept INF
INT Evry (http://www.int-evry.fr)
OpenPGP-Id: 1024D/6B829EEC



Reply via email to