[svn-commits] tzafrir: tools/trunk r6492 - in /tools/trunk: Makefile xpp/xpp_order

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Apr 26 05:29:32 CDT 2009


Author: tzafrir
Date: Sun Apr 26 05:29:29 2009
New Revision: 6492

URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=6492
Log:
Remove useless sample file

The sample xpp_order will be generated anyway when running
'dahdi_genconf xpporder' (see xpp/perl_modules/Dahdi/Config/Gen/Xpporder.pm) . 
No need to clutter the main DAHDI installation with it.

Removed:
    tools/trunk/xpp/xpp_order
Modified:
    tools/trunk/Makefile

Modified: tools/trunk/Makefile
URL: http://svn.digium.com/svn-view/dahdi/tools/trunk/Makefile?view=diff&rev=6492&r1=6491&r2=6492
==============================================================================
--- tools/trunk/Makefile (original)
+++ tools/trunk/Makefile Sun Apr 26 05:29:29 2009
@@ -70,7 +70,6 @@
 RCCONF_FILE	= /etc/dahdi/init.conf
 MODULES_FILE	= /etc/dahdi/modules
 GENCONF_FILE	= /etc/dahdi/genconf_parameters
-XPP_ORDER_FILE	= /etc/dahdi/xpp_order
 MODPROBE_FILE	= /etc/modprobe.d/dahdi
 BLACKLIST_FILE	= /etc/modprobe.d/dahdi.blacklist
 
@@ -281,9 +280,6 @@
 ifeq (,$(wildcard $(DESTDIR)$(GENCONF_FILE)))
 	$(INSTALL) -D -m 644 xpp/genconf_parameters $(DESTDIR)$(GENCONF_FILE)
 endif
-ifeq (,$(wildcard $(DESTDIR)$(XPP_ORDER_FILE)))
-	$(INSTALL) -D -m 644 xpp/xpp_order $(DESTDIR)$(XPP_ORDER_FILE)
-endif
 ifeq (,$(wildcard $(DESTDIR)$(MODPROBE_FILE)))
 	$(INSTALL) -D -m 644 modprobe.conf.sample $(DESTDIR)$(MODPROBE_FILE)
 endif




More information about the svn-commits mailing list