From 24e14f811fdb8c0f4abc8fb60aa06aa233357c8b Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 23 Feb 2017 12:15:29 +0200 Subject: [PATCH] Update comments --- slpkg/security.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slpkg/security.py b/slpkg/security.py index 86bba883..9f611055 100644 --- a/slpkg/security.py +++ b/slpkg/security.py @@ -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():