[Richard A Nelson]
> Uhm, please issue the following command:
>       dpkg -S /etc/init.d/libnss-ldap
> 
> The libnss-ldap package does *NOT* provide that file, nor is there
> any reason (that I can see) for there to be one...  All the work is
> done via standard nss calls (via nsswitch).

Hm, strange.  My sid chroot claim it does, and it is only updating
/lib/init/rw/libnss-ldap.bind_policy_soft:

minerva:/# dpkg -S /etc/init.d/libnss-ldap
libnss-ldap: /etc/init.d/libnss-ldap
minerva:/# cat /etc/init.d/libnss-ldap
#! /bin/sh

case "$1" in
  start|restart|force-reload)
        touch /lib/init/rw/libnss-ldap.bind_policy_soft ;;
  stop)
        rm -f /lib/init/rw/libnss-ldap.bind_policy_soft ;;
  *)
        echo "Usage: $0 {start|stop|restart|force-reload}"
        exit 1
        ;;
esac
minerva:/#

Purging the package did not remove the file, but after it was purged,
dpkg -S no longer claimed it was part of that package.  Some old file
that was removed from the package, but not removed from disk?

Happy hacking,
-- 
Petter Reinholdtsen



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

Reply via email to