Bug#510289: dpkg-reconfigure atftpd does not commit settings

2009-03-11 Thread Jirka Novak
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

Bug#510289: dpkg-reconfigure atftpd does not commit settings

2008-12-30 Thread Thomas
Package: atftpd Version: 0.7.dfsg-6 Severity: normal I was able to reproduce this on a clean base netinstall from the repos as they were on Wed Dec 31 04:33:08 UTC 2008 As usual, shell shorthand explains it best: apt-get install atftpd cp /etc/default/atftpd /root/ dpkg-reconfigure atftpd # allo