From 3c31a08024a11f8d9e3ec989ab007a4192bde44d Mon Sep 17 00:00:00 2001 From: Simon Biewald Date: Mon, 9 Nov 2020 23:18:00 +0000 Subject: 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 --- include/tests_boot_services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3