dev-debug/dtrace: fix rc-service invocation

Closes: https://bugs.gentoo.org/945361
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-11-29 22:44:04 +00:00
parent 19ff16f03e
commit 9037c8f3f3
2 changed files with 2 additions and 2 deletions

View File

@@ -220,7 +220,7 @@ pkg_postinst() {
eend $?
ebegin "Starting DTrace 'dtprobed' service"
rc-service start dtprobed
rc-service dtprobed start
eend $?
fi
fi

View File

@@ -214,7 +214,7 @@ pkg_postinst() {
eend $?
ebegin "Starting DTrace 'dtprobed' service"
rc-service start dtprobed
rc-service dtprobed start
eend $?
fi
fi