/usr/share/bind9/bind9-default.md5sum should be in conffiles
Bug #681536 reported by
Dave Pifke
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bind9 (Debian) |
Fix Released
|
Unknown
|
|||
bind9 (Ubuntu) |
Fix Released
|
Medium
|
Unassigned |
Bug Description
Binary package hint: bind9
Ubuntu release: Ubuntu 10.04.1 LTS
bind9 version: 1:9.7.0.dfsg.P1-1 0
Running debsums on my system returns an error because /usr/share/
Expected behavior:
debsums should not alert me to changed files in the bind9 package due to configuration changes in /etc/default.
Changed in bind9 (Ubuntu): | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in bind9 (Debian): | |
status: | Unknown → New |
Changed in bind9 (Ubuntu): | |
status: | Triaged → Fix Committed |
Changed in bind9 (Debian): | |
status: | New → Fix Released |
To post a comment you must log in.
I filed a bug in debian about this, but IMO we should simply kill the following lines from bind9.postinst:
if [ "$config" = "/etc/default/ bind9" ]; then bind9/bind9- default. md5sum
md5sum /etc/default/bind9 > /usr/share/
fi
or stop shipping a default md5sum in the package itself.