This bug was fixed with an NMU during a BSP. debdiff below

Thanks for the patch, Peter

Mathias Weyland


--- /tmp/evxljSLIGs/libnss-ldap-251/debian/changelog    2006-09-09
19:20:40.000000000 +0200
+++ /tmp/3eiqOV1I0e/libnss-ldap-251/debian/changelog    2006-09-09
19:20:40.000000000 +0200
@@ -1,3 +1,10 @@
+libnss-ldap (251-6) unstable; urgency=low
+
+  * Fixed regexp in postinstall script as described by
+    Peter Buecker in the BTS (closes: bug#377895)
+
+ -- Mathias Weyland <[EMAIL PROTECTED]>  Sat,  9 Sep 2006 18:28:54 +0200
+
 libnss-ldap (251-5) unstable; urgency=low

   * Handle case when /var/lib is not yet available
diff -Nru /tmp/evxljSLIGs/libnss-ldap-251/debian/libnss-ldap.postinst
/tmp/3eiqOV1I0e/libnss-ldap-251/debian/libnss-ldap.postinst
--- /tmp/evxljSLIGs/libnss-ldap-251/debian/libnss-ldap.postinst 2006-09-09
19:20:40.000000000 +0200
+++ /tmp/3eiqOV1I0e/libnss-ldap-251/debian/libnss-ldap.postinst 2006-09-09
19:20:40.000000000 +0200
@@ -25,7 +25,7 @@
        # then the slashes
        value=`echo $value | sed -s 's#/#\\\/#g'`
        # escape hyphen in domainnames for later regex compat (ex.
example-city.net)
-       value=`echo $value | sed -s 's#-#\\-#g'`
+       value=`echo $value | sed -s 's#-#\\\-#g'`

        egrep -i -q "^$parameter " $CONFFILE || notthere=1
        if [ "$notthere" = "1" ]; then



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to