> Note that /etc/dhcp/dhclient.conf has the same md5sum as > /etc/dhcp3/dhclient.conf in the upgrade case, and a different one on > fresh squeeze installs. This is probably caused by > > if [ -z "$2" ]; then > if [ -e /etc/dhcp3/dhclient.conf ]; then > cp /etc/dhcp3/dhclient.conf /etc/dhcp/dhclient.conf > fi > fi > > in debian/isc-dhcp-client.postinst.
Thanks for the triage. i think the postinst in squeeze should have been more careful: it should have copied dhcp3/dhclient.conf only if it differed from lenny's default. So, shouldn't this get fixed in squeeze-proposed-updates instead? Best wishes, Mike -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org