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

Bug#732077: ok in sid



Control: fixed -1 libnss-ldap/265-3

On Mon, 2013-12-30 at 13:06 +0100, Olivier Sallou wrote:
> I tested as per requested in a sid chroot with v265-3 and install is
> fine.

Thanks,

Marking the bug as fixed in sid. I'm not sure this bug is worthy of an
update in a wheezy point release.

For those wanting to back-port this fix, the nscd restarting logic of
265-3 in the postinst is:

# Restart (u)nscd to have it load the new NSS module
if [ -s /etc/init.d/nscd ]; then
  if pidof nscd > /dev/null; then
    if which invoke-rc.d >/dev/null 2>&1; then
      invoke-rc.d nscd restart || true
    else
      /etc/init.d/nscd restart || true
    fi
  fi
elif [ -s /etc/init.d/unscd ]; then
  if pidof nscd > /dev/null; then
    if which invoke-rc.d >/dev/null 2>&1; then
      invoke-rc.d unscd restart || true
    else
      /etc/init.d/unscd restart || true
    fi
  fi
fi

-- 
-- arthur - adejong@debian.org - http://people.debian.org/~adejong --

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: