diff options
author | Jaco Kroon <jaco@uls.co.za> | 2020-09-25 23:40:18 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-06 21:29:58 +0000 |
commit | 4226246115faf1a1f44ac583f832be7b5b04c5e8 (patch) | |
tree | 0025cff48b6bb48d41999a68c8f7d89f72bc652b /net-misc/asterisk/files | |
parent | profiles/arch/arm64/use.mask: cleanup (diff) | |
download | gentoo-4226246115faf1a1f44ac583f832be7b5b04c5e8.tar.gz gentoo-4226246115faf1a1f44ac583f832be7b5b04c5e8.tar.bz2 gentoo-4226246115faf1a1f44ac583f832be7b5b04c5e8.zip |
net-misc/asterisk: fix typo in init script, remove old blockers.
Change is cosmetic as the fallback is gracefully. Well spotted to
Vieri. No bump.
Closes: https://bugs.gentoo.org/744496
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/17668
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/asterisk/files')
-rw-r--r-- | net-misc/asterisk/files/initd-13.32.0-r1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/asterisk/files/initd-13.32.0-r1 b/net-misc/asterisk/files/initd-13.32.0-r1 index 45c5f31398d5..2a7387dc2eb0 100644 --- a/net-misc/asterisk/files/initd-13.32.0-r1 +++ b/net-misc/asterisk/files/initd-13.32.0-r1 @@ -52,7 +52,7 @@ setup_svc_variables() [ -n "${ASTERISK_CONFDIR}" ] && ast_confdir="${ASTERISK_CONFDIR}" [ -n "${ASTERISK_STOP_TIMEOUT}" ] && ast_stop_timeout="${ASTERISK_STOP_TIMEOUT}" case "${ASTERISK_STOP_METHOD}" in - grasefully|when\ convenient|now) + gracefully|when\ convenient|now) ast_stop_method="${ASTERISK_STOP_METHOD}" ;; esac |