Hi, I found same problem. I tried found what is wrong and the problem is in postinst script. The script tests if /etc/default/atftpd file exists. If so, it skips update it. I checked same script from etch and there was no such line.
if [ "$USE_INETD" = "false" ]; then if [ ! -f /etc/default/atftpd ]; then ... fi fi If you remove file /etc/default/atftpd manually before dpkg-reconfigure, new content will be created. It might be used as workaround. Yours, Jirka Novak -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org