Skip to content

Commit

Permalink
Makefile.am: install-as-root: SMF: fix path to svcadm [#1298]
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Jan 11, 2025
1 parent ae6c9d0 commit d5321e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ install-as-root:
echo "$@: Stop NUT services, if any" >&2 ; \
SMF_ACTIVE="`/usr/bin/svcs -a -Hostate,fmri | grep svc:/system/power/ | grep -v disabled | awk '{print $$2}'`" ; \
for S in $$SMF_ACTIVE ; do \
/usr/bin/svcadm disable -ts $$S || true ; \
/usr/sbin/svcadm disable -ts $$S || true ; \
done ; \
fi ; \
$(top_builddir)/scripts/Solaris/preremove \
Expand Down

0 comments on commit d5321e7

Please sign in to comment.