Actions
Bug #309
closedSome packages do not show up in installed_packages list
Start date:
01/17/2010
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
Some packages do not show up in installed_packages list, which makes it impossible to uninstall them, amongst other potential problems.
Two known to exhibit this:
OpenVPN Client Export
Squid 3
Updated by Jim Pingle almost 15 years ago
I thought I'd already opened a ticket for this but apparently not. This happens when a package's .inc file includes config.inc, which resets the contents of $config, and the package data is lost since it was copied there before the .inc files were parsed.
On 2.0 it isn't necessary for a package's .inc file to include config.inc as far as I could tell.
Updated by Ermal Luçi almost 15 years ago
- Status changed from Feedback to Resolved
- % Done changed from 0 to 100
Applied in changeset ed6b04d865c2a53ec04b70769c10b90ff0326c26.
Actions