Ticket #1050 (closed defect: fixed)
nsswitch-config: path to libnss-mdns.postinst might change with multiarch
Reported by: | andersk | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | The Distant Future |
Component: | -- | Keywords: | |
Cc: | Fixed in version: | debathena-nsswitch-config 1.16 | |
Upstream bug: |
Description
If libnss-mdns is converted to a Multi-Arch: same package, /var/lib/dpkg/info/libnss-mdns.postinst will move to /var/lib/dpkg/info/libnss-mdns:$ARCH.postinst. We can run dpkg-query --control-path libnss-mdns postinst to find the real location in either case. That requires dpkg 1.15.4, so we should either wait for hardy and lenny to die, or fall back to the old path.
Change History
comment:3 Changed 6 years ago by andersk
- Status changed from review to committed
committed b9f99f031ff2e5ab5a170b9d5ae0c9269a564ce1 (Try to configure all installed nss modules, not just libnss-mdns) to master
Note: See
TracTickets for help on using
tickets.
We might as well do the same in ssh-server-config too (although there’s less risk of openssh-server suddenly going all multiarch).