Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/tests_boot_services2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_boot_services b/include/tests_boot_services
index 85c3d659..474c04c2 100644
--- a/include/tests_boot_services
+++ b/include/tests_boot_services
@@ -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