mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Init apt-show-versions cache before running http://sourceforge.net/tracker/?func=detail&atid=117457&aid=3536804&group_id=17457
This commit is contained in:
@@ -226,6 +226,7 @@ if (&has_command("apt-show-versions")) {
|
||||
# pinned versions and backports into account
|
||||
local @rv;
|
||||
&clean_language();
|
||||
&execute_command("apt-show-versions -i");
|
||||
&open_execute_command(PKGS, "apt-show-versions 2>/dev/null", 1, 1);
|
||||
while(<PKGS>) {
|
||||
if (/^(\S+)\/(\S+)\s+upgradeable\s+from\s+(\S+)\s+to\s+(\S+)/ &&
|
||||
|
||||
Reference in New Issue
Block a user