mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
Update comments
This commit is contained in:
parent
1d953fe809
commit
24e14f811f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ from slpkg.messages import Msg
|
|||
|
||||
def pkg_security(pkgs):
|
||||
"""Check packages before install or upgrade for security
|
||||
reasons"""
|
||||
reasons. Configuration file in the /etc/slpkg/pkg_security"""
|
||||
security_packages = Utils().read_file("/etc/slpkg/pkg_security")
|
||||
packages = []
|
||||
for read in security_packages.splitlines():
|
||||
|
|
Loading…
Reference in a new issue