<html style="direction: ltr;">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <style type="text/css">body p { margin-bottom: 0cm; margin-top: 0pt; } </style>
  </head>
  <body bidimailui-charset-is-forced="true" style="direction: ltr;"
    text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hi<br>
    </div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">On 16/12/2018 9:50, John Lines wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:154494661594.16894.4737645925891105828.reportbug@nyx.localdomain">
      <pre class="moz-quote-pre" wrap="">Package: dahdi
Version: 1:2.11.1-3
Severity: important

Dear Maintainer,

Some kernel version - possibly 4.13.0, changed the name of the spantype attribute from
spantype to dahdi_spantype.

This breaks dahdi_span_assignments, dahdi_genconf, dahdi_span_types and possibly others

Asterisk reference to the same issue at <a class="moz-txt-link-freetext" href="https://issues.asterisk.org/jira/browse/DAHTOOL-80">https://issues.asterisk.org/jira/browse/DAHTOOL-80</a>

Simple fix for dahdi_span_assignments is

159,160c159
< #          for local_spanno in `cut -d: -f1 "$device/spantype"`
<            for local_spanno in `cut -d: -f1 "$device/dahdi_spantype"`
---
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">           for local_spanno in `cut -d: -f1 "$device/spantype"`
</pre>
      </blockquote>
    </blockquote>
    <p>This patch does not fix all places. It also breaks older versions
      (and dahdi-tools should work with older versions of the driver).</p>
    <p>The fix is, indeed, rather simple. I started working on it. I
      hope to have it today or tomorrow.</p>
    <p><br>
    </p>
    <p>-- Tzafrir</p>
  </body>
</html>