summaryrefslogtreecommitdiff
path: root/xpp/utils
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-10 02:15:20 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-10 02:15:20 +0000
commit608b6a40db52a9db9017f384a0c69f0d4b973763 (patch)
tree8c4ae1599fabcfca02b08ef4ff7cc7b5fa1361a7 /xpp/utils
parent2efdcb9c82b85c0b3ca91e8663e810af93c95049 (diff)
fixed a typo: it's waitfor_xpds and not wait_for_xpds
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1278 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp/utils')
-rwxr-xr-xxpp/utils/genzaptelconf6
1 files changed, 4 insertions, 2 deletions
diff --git a/xpp/utils/genzaptelconf b/xpp/utils/genzaptelconf
index cbc0d19..90d80b8 100755
--- a/xpp/utils/genzaptelconf
+++ b/xpp/utils/genzaptelconf
@@ -31,6 +31,8 @@
# TODO: either ditch them or convert to perl
# Don't override variables here. Override them in /etc/default/zaptel
#
+# 0.5.4:
+# * fixed a typo: it's waitfor_xpds and not wait_for_xpds
# 0.5.3:
# * Experimental support for Sangoma analog cards (A20x)
# * Support OpenVox A1200P (A TDM400P clone refactored)
@@ -61,7 +63,7 @@
# * hence we can reduce the list of modules
# /etc/default/zaptel may override the following variables
-VERSION=0.5.3
+VERSION=0.5.4
rcsid='$Id$'
lc_country=us
base_exten=6000
@@ -488,7 +490,7 @@ wait_for_xpp() {
then
# wait for the XPDs to register:
# TODO: improve error reporting and produce a messagee here
- cat /proc/xpp/XBUS-*/wait_for_xpds 2>/dev/null >/dev/null || true
+ cat /proc/xpp/XBUS-*/waitfor_xpds 2>/dev/null >/dev/null || true
fi
}