diff -u tftp-hpa-0.48/debian/changelog tftp-hpa-0.48/debian/changelog --- tftp-hpa-0.48/debian/changelog +++ tftp-hpa-0.48/debian/changelog @@ -1,3 +1,9 @@ +tftp-hpa (0.48-2ubuntu2) intrepid; urgency=low ` + + * Use udp4 due to no ipv6 support. + + -- Joseph M Smith Wed, 09 Jul 2008 13:38:59 -0700 + tftp-hpa (0.48-2ubuntu1) intrepid; urgency=low * Merge from debian unstable, remaining changes: diff -u tftp-hpa-0.48/debian/tftpd-hpa.postinst tftp-hpa-0.48/debian/tftpd-hpa.postinst --- tftp-hpa-0.48/debian/tftpd-hpa.postinst +++ tftp-hpa-0.48/debian/tftpd-hpa.postinst @@ -25,7 +25,7 @@ case "$1" in configure) if [ ! -n "$2" -a "$USE_INETD" = "true" ]; then - update-inetd --group BOOT --add "tftp dgram udp wait root /usr/sbin/in.tftpd /usr/sbin/in.tftpd -s /var/lib/tftpboot" + update-inetd --group BOOT --add "tftp dgram udp4 wait root /usr/sbin/in.tftpd /usr/sbin/in.tftpd -s /var/lib/tftpboot" fi if [ "$USE_INETD" = "false" ]; then update-inetd --disable tftp