[zaptel-commits] tzafrir: branch 1.4 r3017 - /branches/1.4/zaptel.init

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Thu Sep 13 16:58:05 CDT 2007


Author: tzafrir
Date: Thu Sep 13 16:58:05 2007
New Revision: 3017

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3017
Log:
No need for a duplicate list of modules.

Modified:
    branches/1.4/zaptel.init

Modified: branches/1.4/zaptel.init
URL: http://svn.digium.com/view/zaptel/branches/1.4/zaptel.init?view=diff&rev=3017&r1=3016&r2=3017
==============================================================================
--- branches/1.4/zaptel.init (original)
+++ branches/1.4/zaptel.init Thu Sep 13 16:58:05 2007
@@ -45,11 +45,6 @@
 elif [ $system = redhat ]; then
     [ -f /etc/sysconfig/zaptel ] && . /etc/sysconfig/zaptel
 	LOCKFILE=/var/lock/subsys/zaptel
-fi
-
-if [ -z "${MODULES}" ]; then 
-	# Populate defaults if not present
-	MODULES="tor2 wct4xxp wcte12xp wct1xxp wcte11xp wcfxo wctdm wctdm24xxp" 
 fi
 
 # recursively unload a module and its dependencies, if possible.




More information about the zaptel-commits mailing list