[svn-commits] sruffell: tools/trunk r4860 - in /tools/trunk: Makefile UPGRADE.txt
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Sep 4 11:37:21 CDT 2008
Author: sruffell
Date: Thu Sep 4 11:37:21 2008
New Revision: 4860
URL: http://svn.digium.com/view/dahdi?view=rev&rev=4860
Log:
* Updates the instructions presented after 'make config' about where to set
which modules are loaded.
* Update UPGRADE.txt to indicate where to set which modules are loaded and
where the module parameters are set.
Issue# DAHDI-187
Modified:
tools/trunk/Makefile
tools/trunk/UPGRADE.txt
Modified: tools/trunk/Makefile
URL: http://svn.digium.com/view/dahdi/tools/trunk/Makefile?view=diff&rev=4860&r1=4859&r2=4860
==============================================================================
--- tools/trunk/Makefile (original)
+++ tools/trunk/Makefile Thu Sep 4 11:37:21 2008
@@ -276,9 +276,10 @@
endif
@echo "DAHDI has been configured."
@echo ""
- @echo "If you have any DAHDI hardware it is now recommended to "
- @echo "edit /etc/dahdi/init.conf and set there an optimal value "
- @echo "for the variable MODULES ."
+ @echo "If you have any DAHDI hardware it is now recommended you "
+ @echo "edit /etc/dahdi/modules in order to oad support for only "
+ @echo "the DAHDI hardware installed in this system . By default "
+ @echo "support for all DAHDI hardware is loaded at DAHDI start. "
@echo ""
@echo "I think that the DAHDI hardware you have on your system is:"
@xpp/dahdi_hardware || true
Modified: tools/trunk/UPGRADE.txt
URL: http://svn.digium.com/view/dahdi/tools/trunk/UPGRADE.txt?view=diff&rev=4860&r1=4859&r2=4860
==============================================================================
--- tools/trunk/UPGRADE.txt (original)
+++ tools/trunk/UPGRADE.txt Thu Sep 4 11:37:21 2008
@@ -96,3 +96,8 @@
* In Astribank PRI modules, the LED behaviour represents which ports
are *CLOCK MASTER* (red color) and which are *CLOCK SLAVE* (green color).
Usually (but not always), this corresponds to the NT/TE settings in Asterisk.
+
+* The /etc/sysconfig/zaptel (or /etc/default/zaptel file, depending
+ on your distribution) is now split into two separate files:
+ /etc/dahdi/modules control which modules are loaded and module options are
+ set via /etc/modprobe.d/dahdi.
More information about the svn-commits
mailing list