reassign 502760 libnss-ldap
retitle 502760 libnss-ldap calls nscd init script w/o checking its existance
thanks

Hi,

the bug is indeed a bug in a libnss-ldap as it calls /etc/init.d/nscd
script without properly checking for its existance. As Loris already
stated the fix is quiet trivial, although I think it would be better
to use "-x" for the check. That seems to be the most sensible way of
handling the situation because nscd is not neccessarily installed (its a
Recommend).

So the fix would be to replace:
if [ -s /usr/sbin/nscd ]; then
by:
if [ -x /etc/init.d/nscd ]; then

Best Regards,
Patrick



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

Reply via email to