mirror of https://github.com/CISOfy/lynis.git
Fix PKGS-7301 message nit
The comment is correct. It is FreeBSD pkg not NetBSD pkg.
This commit is contained in:
parent
9a1bbbc69a
commit
94915ac2fe
|
@ -38,7 +38,7 @@
|
|||
# Test : PKGS-7301
|
||||
# Description : Query FreeBSD pkg
|
||||
if [ -x ${ROOTDIR}usr/sbin/pkg ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
|
||||
Register --test-no PKGS-7301 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Query NetBSD pkg"
|
||||
Register --test-no PKGS-7301 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Query FreeBSD pkg"
|
||||
if [ ${SKIPTEST} -eq 0 ]; then
|
||||
FIND=$(pkg -N 2>&1; echo $?)
|
||||
if [ "${FIND}" = "0" ]; then
|
||||
|
|
Loading…
Reference in New Issue