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

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Apr 23 12:03:37 CDT 2009


Author: tzafrir
Date: Thu Apr 23 12:03:33 2009
New Revision: 6476

URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=6476
Log:
xpp: xpp_order is another config file that should go to /etc/dahdi

Also slightly fix the sample config.

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

Modified: tools/trunk/Makefile
URL: http://svn.digium.com/svn-view/dahdi/tools/trunk/Makefile?view=diff&rev=6476&r1=6475&r2=6476
==============================================================================
--- tools/trunk/Makefile (original)
+++ tools/trunk/Makefile Thu Apr 23 12:03:33 2009
@@ -70,6 +70,7 @@
 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
 
@@ -280,6 +281,9 @@
 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

Modified: tools/trunk/xpp/xpp_order
URL: http://svn.digium.com/svn-view/dahdi/tools/trunk/xpp/xpp_order?view=diff&rev=6476&r1=6475&r2=6476
==============================================================================
--- tools/trunk/xpp/xpp_order (original)
+++ tools/trunk/xpp/xpp_order Thu Apr 23 12:03:33 2009
@@ -11,11 +11,11 @@
 # Ordering number of each listed Astribank is determined
 # by its position in this file.
 # Astribanks not listed in this file, get an ordering
-# number of 999 (last).
+# number of 99 (last).
 #
 # Astribanks with same ordering number are sorted by their
 # connectors (to preserve legacy behaviour).
 #
 # Examples:
-#usb:TWS-08
+#usb:1234
 #@usb-0000:06:02.2-2




More information about the svn-commits mailing list