Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2014-10-13 22:43:46 +0400
committermboelen <michael@cisofy.com>2014-10-13 22:43:46 +0400
commit19fd3482497fba3aeac4a763874fd82d0b662324 (patch)
tree3c2a03776ea21402a9deaa0ccb0f31549afc9faf
parent91237ebc20d7e64fe85f599281e1634d0b76f3b3 (diff)
Changed typo cly.py to cli.py
-rw-r--r--include/tests_ports_packages2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_ports_packages b/include/tests_ports_packages
index e8c0d2fb..d31f6963 100644
--- a/include/tests_ports_packages
+++ b/include/tests_ports_packages
@@ -592,7 +592,7 @@
# Check for built-in --security option
if [ ${DO_TEST} -eq 0 ]; then
- FileExists /usr/share/yum-cli/cly.py
+ FileExists /usr/share/yum-cli/cli.py
if [ ${FILE_FOUND} -eq 1 ]; then
SearchItem "--security" "/usr/share/yum-cli/cly.py"
if [ ${ITEM_FOUND} -eq 1 ]; then