[Home]

Summary:ASTERISK-03862: error in zaptel.init block module loading (Debian)
Reporter:manero (manero)Labels:
Date Opened:2005-04-04 18:54:04Date Closed:2008-06-07 10:50:30
Priority:BlockerRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Error in file zaptel.init line 89
wrong
if [ ! -e /proc/zaptel/1 ]
should be
if [ ! -e /proc/zaptel/1 ]; then
Comments:By: Kevin P. Fleming (kpfleming) 2005-04-04 18:57:42

Fixed in CVS, thanks!

By: Russell Bryant (russell) 2005-04-05 00:52:07

this bug is related to a feature not in 1.0

By: Digium Subversion (svnbot) 2008-06-07 10:50:30

Repository: dahdi
Revision: 616

U   trunk/zaptel.init

------------------------------------------------------------------------
r616 | kpfleming | 2008-06-07 10:50:29 -0500 (Sat, 07 Jun 2008) | 2 lines

correct syntax error (bug ASTERISK-3862)

------------------------------------------------------------------------

http://svn.digium.com/view/dahdi?view=rev&revision=616