[Pkg-voip-commits] [dahdi-tools] 126/285: pinned-spans: fix configuration file names

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:18:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository dahdi-tools.

commit b303802658ec2eb7825cee18f151573a250d8588
Author: Oron Peled <oron.peled at xorcom.com>
Date:   Tue Oct 15 20:54:54 2013 +0300

    pinned-spans: fix configuration file names
    
    * Install them as *.conf.sample -- that's what they are
    * Correctly rename spantype.conf to span-types.conf (new name)
    
    Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
    Acked-by: Russ Meyerriecks <rmeyerriecks at digium.com>
---
 Makefile                                      | 2 +-
 pinned-spans.conf => pinned-spans.conf.sample | 0
 spantype.conf => span-types.conf.sample       | 0
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b24f6ef..c75f967 100644
--- a/Makefile
+++ b/Makefile
@@ -106,7 +106,7 @@ MAN_PAGES:=$(wildcard $(BINS:%=doc/%.8))
 
 PINNED_DATA_SCRIPTS:=handle_device span_config
 PINNED_UTILS:=span_assignments span_types
-PINNED_CONF:=pinned-spans.conf spantype.conf
+PINNED_CONF:=pinned-spans.conf.sample span-types.conf.sample
 
 TEST_BINS:=patgen pattest patlooptest hdlcstress hdlctest hdlcgen hdlcverify timertest dahdi_maint
 # All the man pages. Not just installed ones:
diff --git a/pinned-spans.conf b/pinned-spans.conf.sample
similarity index 100%
rename from pinned-spans.conf
rename to pinned-spans.conf.sample
diff --git a/spantype.conf b/span-types.conf.sample
similarity index 100%
rename from spantype.conf
rename to span-types.conf.sample

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-tools.git



More information about the Pkg-voip-commits mailing list