[Pkg-voip-commits] [dahdi-tools] 212/285: xpp: waitfor_xpds: assume astribank_is_starting exists

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:18:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository dahdi-tools.

commit cd6083b6ce65ea83f76aacac774e1315233c254d
Author: Oron Peled <oron.peled at xorcom.com>
Date:   Tue Oct 28 13:48:16 2014 -0400

    xpp: waitfor_xpds: assume astribank_is_starting exists
    
    It's in the same package (dahdi-tools) for a long time
    
    Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
---
 xpp/waitfor_xpds | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/xpp/waitfor_xpds b/xpp/waitfor_xpds
index 8a46a1d..4f60f5d 100755
--- a/xpp/waitfor_xpds
+++ b/xpp/waitfor_xpds
@@ -94,10 +94,7 @@ if ! dahdi_hardware="`which dahdi_hardware 2>/dev/null`"; then
 	echo >&2 "$0: Missing dahdi_hardware"
 	exit 0
 fi
-if ! astribank_is_starting="`which astribank_is_starting 2>/dev/null`"; then
-	echo >&2 "$0: Missing astribank_is_starting"
-	exit 0
-fi
+
 if [ "`$dahdi_hardware | grep xpp_usb`" != "" ]; then
 	astribank_is_starting -v -a
 fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-tools.git



More information about the Pkg-voip-commits mailing list