This is a litle mistake in
/var/lib/dpkg/info/libnss-ldap.postinst

please change the line

value=`echo $value | sed -s 's#-#\\-#g'`
to
value=`echo $value | sed -s 's#-#\\\-#g'`

Then call 
apt-get -f install 

and all works fine.

-- 
Andreas Matthus <[EMAIL PROTECTED]>



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

Reply via email to