mirror of https://github.com/CISOfy/lynis.git
Do not incorrectly name SFM as IPS
The "new" service manager was included with Solaris 10 and not 11. It is named "service management facility" (see smf(5) man page). There is no IPS service manager, the name is only used for the package manager of OpenSolaris and Solaris 11. Signed-off-by: Simon Biewald <simon@fam-biewald.de>
This commit is contained in:
parent
25278b6b38
commit
3c31a08024
|
@ -141,7 +141,7 @@
|
|||
;;
|
||||
"Solaris")
|
||||
if [ -n "${ROOTDIR}usr/bin/svcs" ]; then
|
||||
SERVICE_MANAGER="IPS"
|
||||
SERVICE_MANAGER="SMF (svcs)"
|
||||
elif [ -d "${ROOTDIR}etc/init.d" ]; then
|
||||
SERVICE_MANAGER="SysV Init"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue