[asterisk-bugs] [Asterisk 0003954]: error in zaptel.init block module loading (Debian)
noreply at bugs.digium.com
noreply at bugs.digium.com
Sat Jun 7 10:50:30 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=3954
======================================================================
Reported By: manero
Assigned To: kpfleming
======================================================================
Project: Asterisk
Issue ID: 3954
Category: Core/General
Reproducibility: always
Severity: block
Priority: normal
Status: closed
Asterisk Version: I did not set the version :(
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 04-04-2005 18:54 CDT
Last Modified: 06-07-2008 10:50 CDT
======================================================================
Summary: error in zaptel.init block module loading (Debian)
Description:
Error in file zaptel.init line 89
wrong
if [ ! -e /proc/zaptel/1 ]
should be
if [ ! -e /proc/zaptel/1 ]; then
======================================================================
----------------------------------------------------------------------
svnbot - 06-07-08 10:50
----------------------------------------------------------------------
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 http://bugs.digium.com/view.php?id=3954)
------------------------------------------------------------------------
http://svn.digium.com/view/dahdi?view=rev&revision=616
Issue History
Date Modified Username Field Change
======================================================================
06-07-08 10:50 svnbot Checkin
06-07-08 10:50 svnbot Note Added: 0088024
======================================================================
More information about the asterisk-bugs
mailing list