summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/asterisk/files/initd-13.32.0-r1')
-rw-r--r--net-misc/asterisk/files/initd-13.32.0-r12
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