mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 15:54:09 +02:00
spelling: ambiguous
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
499cf1cdb9
commit
acf7943936
@ -106,7 +106,7 @@
|
||||
fi
|
||||
|
||||
# Check running processes (ntpd from ntp.org)
|
||||
# As checking by process name is ambigiouse (openntpd has the same process name),
|
||||
# As checking by process name is ambiguous (openntpd has the same process name),
|
||||
# this check will be skipped if openntpd has been found.
|
||||
FIND=$(${PSBINARY} ax | ${GREPBINARY} "ntpd" | ${GREPBINARY} -v "dntpd" | ${GREPBINARY} -v "ntpd: " | ${GREPBINARY} -v "grep")
|
||||
if [ "${NTP_DAEMON}" != "openntpd" ] && [ -n "${FIND}" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user