From 608b6a40db52a9db9017f384a0c69f0d4b973763 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Thu, 10 Aug 2006 02:15:20 +0000 Subject: 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 --- xpp/utils/genzaptelconf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'xpp/utils/genzaptelconf') 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 } -- cgit v1.2.3