[asterisk-bugs] [Zaptel 0015326]: error in Makefile zaptel-1.4.12.1
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Jun 15 15:40:49 CDT 2009
The following issue has been UPDATED.
======================================================================
https://issues.asterisk.org/view.php?id=15326
======================================================================
Reported By: novazur
Assigned To: russell
======================================================================
Project: Zaptel
Issue ID: 15326
Category: General
Reproducibility: have not tried
Severity: major
Priority: normal
Status: closed
Zaptel Version: 1.4.11
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
Resolution: won't fix
Fixed in Version:
======================================================================
Date Submitted: 2009-06-15 00:12 CDT
Last Modified: 2009-06-15 15:40 CDT
======================================================================
Summary: error in Makefile zaptel-1.4.12.1
Description:
I think I found a bug in Makefile :
--- Makefile.old 2008-09-08 19:32:08.000000000 -0400
+++ Makefile 2009-06-15 01:09:52.000000000 -0400
@@ -222,7 +222,7 @@
ifneq (,$(CHKCONFIG))
ADD_INITD := $(CHKCONFIG) --add zaptel
else
- ifndef (,$(UPDATE_RCD))
+ ifneq (,$(UPDATE_RCD))
ADD_INITD := $(UPDATE_RCD) zaptel defaults 15 30
endif
endif
I don't know if this appears in others versions.
(I have to choose 1.4.11 version because no 1.4.12.1 listed)
======================================================================
----------------------------------------------------------------------
(0106420) russell (administrator) - 2009-06-15 15:40
https://issues.asterisk.org/view.php?id=15326#c106420
----------------------------------------------------------------------
Zaptel is no longer maintained. Please use DAHDI.
Issue History
Date Modified Username Field Change
======================================================================
2009-06-15 15:40 russell Note Added: 0106420
2009-06-15 15:40 russell Status new => resolved
2009-06-15 15:40 russell Resolution open => won't fix
2009-06-15 15:40 russell Assigned To => russell
2009-06-15 15:40 russell Status resolved => closed
======================================================================
More information about the asterisk-bugs
mailing list