mirror of https://github.com/CISOfy/lynis.git
[PRNT-2302]: Description text was obviously wrong
This commit is contained in:
parent
00ebad930a
commit
089f7013c1
|
@ -36,7 +36,7 @@
|
|||
#
|
||||
# Test : PRNT-2302
|
||||
# Description : Check printcap file consistency
|
||||
Register --test-no PRNT-2302 --os FreeBSD --weight L --network NO --description "Check for available accounting information"
|
||||
Register --test-no PRNT-2302 --os FreeBSD --weight L --network NO --description "Check for printcap consistency"
|
||||
if [ ${SKIPTEST} -eq 0 ]; then
|
||||
LogText "Test: Searching /usr/sbin/chkprintcap"
|
||||
if [ ! -f /usr/sbin/chkprintcap ]; then
|
||||
|
|
Loading…
Reference in New Issue