From b303802658ec2eb7825cee18f151573a250d8588 Mon Sep 17 00:00:00 2001 From: Oron Peled Date: Tue, 15 Oct 2013 20:54:54 +0300 Subject: [PATCH] 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 Acked-by: Russ Meyerriecks --- Makefile | 2 +- pinned-spans.conf => pinned-spans.conf.sample | 0 spantype.conf => span-types.conf.sample | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename pinned-spans.conf => pinned-spans.conf.sample (100%) rename spantype.conf => span-types.conf.sample (100%) 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