Ticket #319 (closed defect: fixed)

Opened 15 years ago

Last modified 14 years ago

debathena-kerberos-config upgrade left behind obsolete conffile

Reported by: andersk Owned by:
Priority: blocker Milestone: Karmic Deploy (Canceled)
Component: -- Keywords: karmic
Cc: Fixed in version:
Upstream bug:

Description

$ dpkg-query -W debathena-kerberos-config -F '${Conffiles}\n'
debathena-kerberos-config	1.7.1~ubuntu9.10~0.1
$ dpkg-query -f '${Conffiles}\n' -W debathena-kerberos-config
 /etc/krb.realms.debathena 0ffcc3ebdf90e6519f0cd5fe25682060
 /etc/krb.conf.debathena a581e5c63a891bd6bc4cafacd888a294
 /etc/krb5.conf.debathena c7740a17e5ff33a06441dfc000435480
 /etc/apparmor.d/abstractions/kerberosclient.debathena fe373e5a388290a46082c4405bd916b1
 /etc/apparmor.d/usr.sbin.cups.debathena 888cb78f7da86e5d3b5d395fc4e7962a
 /etc/apparmor.d/usr.sbin.cupsd.debathena 7baa0e1c7ab4d45b0ead3e0b696072ff obsolete

Something else is weird here, too, because the orig file I have is /etc/apparmor.d/usr.sbin.cupsd and not /etc/apparmor.d/usr.sbin.cups.

Change History

comment:1 Changed 15 years ago by broder

  • Priority changed from minor to critical
  • Milestone set to IAP 2010
   debathena / trac-#325 / broder  12:35  (Evan Broder)
       So yeah - it looks like geofft's 1.7.1 accidentally replaced
       usr.sbin.cupsd.debathena with usr.sbin.cups.debathena
   debathena / trac-#325 / andersk  12:36  (Anders Kaseorg)
       It also left the /etc/apparmor.d/abstractions/kerberosclient diversion
       in place.
   debathena / trac-#325 / broder  12:36  (Evan Broder)
       Yeah, I can see how our packaging wouldn't be clever enough to deal
       with that case
   debathena / trac-#325 / broder  12:37  (Evan Broder)
       I...think...that what we want to do is
       (a) add an "else" clause for both of the ifneqs in the debian/rules that
       DEB_UNREMOVE_FILES's the files
       (b) Fix the typo'd filename
       (c) Add logic to the postinst to remove usr.sbin.cups.debathena if it
       exists

comment:2 Changed 14 years ago by broder

  • Keywords karmic added

comment:3 Changed 14 years ago by broder

  • Status changed from new to proposed

comment:4 Changed 14 years ago by broder

  • Status changed from proposed to closed
  • Resolution set to fixed

I moved this fix to production yesterday.

Note: See TracTickets for help on using tickets.