mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-23 22:04:39 +02:00
Update tests_boot_services
This commit is contained in:
parent
3c9b37986a
commit
630769377a
@ -147,7 +147,7 @@
|
|||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
"Solaris")
|
"Solaris")
|
||||||
if [ -n "${ROOTDIR}usr/bin/svcs" ]; then
|
if [ -d "${ROOTDIR}usr/bin/svcs" ]; then
|
||||||
SERVICE_MANAGER="SMF (svcs)"
|
SERVICE_MANAGER="SMF (svcs)"
|
||||||
elif [ -d "${ROOTDIR}etc/init.d" ]; then
|
elif [ -d "${ROOTDIR}etc/init.d" ]; then
|
||||||
SERVICE_MANAGER="SysV Init"
|
SERVICE_MANAGER="SysV Init"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user