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:
authorBrian Ginsbach <31138029+bginsbach@users.noreply.github.com>2017-08-19 11:53:25 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-08-19 11:53:25 +0300
commit3512068a491aa3fb1952583dc2df54b197e2023a (patch)
tree10acb4315b83c2d811b092be25dd1c3e60dde2cf /include/tests_ports_packages
parente4472b357c3baf39e951a338f2a69c899ee0ccd9 (diff)
[PKGS-7380] Fix NetBSD packages vulnerabilities file name (#443)
* [PKGS-7380] Fix NetBSD packages vulnerabilities file name * OS Detection: Add early Mac OS X releases
Diffstat (limited to 'include/tests_ports_packages')
-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 a804113d..06fd1c4b 100644
--- a/include/tests_ports_packages
+++ b/include/tests_ports_packages
@@ -693,7 +693,7 @@
if [ -x ${ROOTDIR}usr/sbin/pkg_admin ]; then
PACKAGE_AUDIT_TOOL_FOUND=1
PACKAGE_AUDIT_TOOL="pkg_admin audit"
- if [ -f ${ROOTDIR}var/db/pkg/pkgs-vulnerabilities ]; then
+ if [ -f ${ROOTDIR}var/db/pkg/pkg-vulnerabilities ]; then
FIND=$(${ROOTDIR}usr/sbin/pkg_admin audit)
if [ -z "${FIND}" ]; then
LogText "Result: pkg_admin audit results are clean"