dont use deprecated commands in the init scripts.

(closes issue #13720)
Reported by: decryptus_proformatique
Patches:
      contrib_initd_module_reload.patch uploaded by decryptus (license 555)
	  With mods by me to fix stop commands as well


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@150930 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Michiel van Baak
2008-10-18 09:02:36 +00:00
parent 31d28c2518
commit b0d56687c6
4 changed files with 6 additions and 6 deletions

View File

@@ -105,7 +105,7 @@ restart() {
}
reload() {
$DAEMON -rx 'reload' > /dev/null 2> /dev/null
$DAEMON -rx 'module reload' > /dev/null 2> /dev/null
}
# See how we were called.