Skip to content

Commit

Permalink
Merge pull request #1569 from nser77/nser77-patch-2
Browse files Browse the repository at this point in the history
Fix for issue #1566.
  • Loading branch information
mboelen authored Jan 29, 2025
2 parents 85f2c14 + aba1d53 commit e9fc279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tests_boot_services
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
fi
;;
"Solaris")
if [ -n "${ROOTDIR}usr/bin/svcs" ]; then
if [ -x "${ROOTDIR}usr/bin/svcs" ]; then
SERVICE_MANAGER="SMF (svcs)"
elif [ -d "${ROOTDIR}etc/init.d" ]; then
SERVICE_MANAGER="SysV Init"
Expand Down

0 comments on commit e9fc279

Please sign in to comment.