Don't use rc_exec() with rc_stop().

This commit is contained in:
ajacoutot 2022-05-21 11:52:58 +00:00
parent 6fdb2943f8
commit 7010b7eda9
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ PKGNAME-perl = kamailio-perl-${VERSION}
PKGNAME-presence = kamailio-presence-${VERSION}
PKGNAME-radius = kamailio-radius-${VERSION}
REVISION-main = 0
REVISION-main = 1
CATEGORIES = telephony
HOMEPAGE = https://www.kamailio.org/

View File

@ -15,7 +15,7 @@ rc_start() {
}
rc_stop() {
rc_exec "${TRUEPREFIX}/sbin/kamctl stop"
${TRUEPREFIX}/sbin/kamctl stop
}
rc_reload=NO