Index: UPGRADE.txt =================================================================== --- UPGRADE.txt (revision 7037) +++ UPGRADE.txt (working copy) @@ -100,4 +100,4 @@ * 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. + set via /etc/modprobe.d/dahdi.conf Index: Makefile =================================================================== --- Makefile (revision 7037) +++ Makefile (working copy) @@ -70,7 +70,7 @@ RCCONF_FILE = /etc/dahdi/init.conf MODULES_FILE = /etc/dahdi/modules GENCONF_FILE = /etc/dahdi/genconf_parameters -MODPROBE_FILE = /etc/modprobe.d/dahdi +MODPROBE_FILE = /etc/modprobe.d/dahdi.conf BLACKLIST_FILE = /etc/modprobe.d/dahdi.blacklist NETSCR_DIR := $(firstword $(wildcard $(DESTDIR)/etc/sysconfig/network-scripts )) Index: modules.sample =================================================================== --- modules.sample (revision 7037) +++ modules.sample (working copy) @@ -1,6 +1,6 @@ # Contains the list of modules to be loaded / unloaded by /etc/init.d/dahdi. # -# NOTE: Please add/edit /etc/modprobe.d/dahdi or /etc/modprobe.conf if you +# NOTE: Please add/edit /etc/modprobe.d/dahdi.conf or /etc/modprobe.conf if you # would like to add any module parameters. # # Format of this file: list of modules, each in its own line.