From a5bf1d3a2e93be03f6cf66b76cb23b4a98521671 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Mon, 20 Jan 2014 15:23:43 +0200 Subject: [PATCH] dahdi_genconf: don't generate spantypes by default A sane value for span-types.conf is either "all E1" or "all T1". Either way it is not hardware-dependent, and hence no point in regenerating on when the hardware changes. Signed-off-by: Tzafrir Cohen --- xpp/dahdi_genconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpp/dahdi_genconf b/xpp/dahdi_genconf index b5f4562..891edf8 100755 --- a/xpp/dahdi_genconf +++ b/xpp/dahdi_genconf @@ -54,7 +54,7 @@ sub generator_list($) { } } else { # No files given. Use the defaults. - @genlist = ('spantypes', 'assignedspans', 'system', 'chandahdi'); + @genlist = ('assignedspans', 'system', 'chandahdi'); if($gconfig->{'pri_connection_type'} eq 'R2') { push @genlist, 'unicall'; }