I'm also creating chroots and using NIS. currently I did not run into this bug, but I would like to see it fixed. I did not find other post script that are using killall.
Can't you use invoke-rc.d for restarting (and stoping) the service? Or why don't you use something like this? pid=/var/run/ypbind.pid if [ -n "$pid" ]; then kill "$pid" fi Both would work in a chroot environment. -- regards Thomas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org