Skip to content
Snippets Groups Projects

packages2install - fix rename getSecurityCount

Merged Hahn Axel (hahn) requested to merge 6468-docs-and-harmonize into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -238,7 +238,7 @@ else
# generated function names - package manager is prefix
function2install="${pkgmanager}.getPackageList"
_functionExists "${pkgmanager}.getStatusLine" && functionStatus="${pkgmanager}.getStatusLine"
_functionExists "${pkgmanager}.getCriticalList" && functionSecuritycount="${pkgmanager}.getSecurityCount"
_functionExists "${pkgmanager}.getSecurityCount" && functionSecuritycount="${pkgmanager}.getSecurityCount"
# count of packages ... to install ... critical (centos only)
typeset -i iPkg2Update=0
Loading