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:
authorSimon Biewald <simon@fam-biewald.de>2020-11-10 02:18:00 +0300
committerSimon Biewald <simon@fam-biewald.de>2020-11-10 02:18:00 +0300
commit3c31a08024a11f8d9e3ec989ab007a4192bde44d (patch)
treeb040fc9dd8cd3888e09c3696e9da12f9bc026644 /include/tests_boot_services
parent25278b6b38138e0ec4247d0f248053560304e23b (diff)
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>
Diffstat (limited to 'include/tests_boot_services')
-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