projets
/
asterisk-config-auf-connexions.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb86daf
)
Commande 'extensions reload' remplacée par 'dialplan reload'.
author
Progfou
<jean-christophe.andre@auf.org>
Thu, 12 Apr 2012 11:51:17 +0000
(18:51 +0700)
committer
Progfou
<jean-christophe.andre@auf.org>
Thu, 12 Apr 2012 11:51:17 +0000
(18:51 +0700)
debian/postinst
patch
|
blob
|
blame
|
history
diff --git
a/debian/postinst
b/debian/postinst
index
f55ba57
..
4d67c52
100644
(file)
--- a/
debian/postinst
+++ b/
debian/postinst
@@
-88,7
+88,7
@@
case "$1" in
# on ne reload que ce qui a été changé par ce paquet : iax et extensions
if [ -x /usr/sbin/rasterisk ]; then
rasterisk -x "iax2 reload" || true
- rasterisk -x "extensions reload" || true
+ rasterisk -x "diaplan reload" || true
fi
;;