[Pkg-voip-commits] r3167 - freepbx/trunk/debian/rapid

Diego Iastrubni elcuco-guest at alioth.debian.org
Tue Feb 20 10:41:26 CET 2007


Author: elcuco-guest
Date: 2007-02-20 10:41:26 +0100 (Tue, 20 Feb 2007)
New Revision: 3167

Modified:
   freepbx/trunk/debian/rapid/freepbx-enable-all-modules
Log:
freepbx-enable-all-modules is working once more. turned on the executable script on svn


Modified: freepbx/trunk/debian/rapid/freepbx-enable-all-modules
===================================================================
--- freepbx/trunk/debian/rapid/freepbx-enable-all-modules	2007-02-18 12:28:30 UTC (rev 3166)
+++ freepbx/trunk/debian/rapid/freepbx-enable-all-modules	2007-02-20 09:41:26 UTC (rev 3167)
@@ -4,10 +4,11 @@
 # small script which enables all the available 
 # freepbx-modules
 #
-# Diego Iastrubni <diego.iastrubni at xorcom.com> - 2006
+# Diego Iastrubni <diego.iastrubni at xorcom.com> - 2007
 # GPL
 
 DIR=`dirname $0`
+ENABLE_SCRIPT=/usr/share/asterisk/bin/module_admin
 
-$DIR/freepbx-module-status enable core
-COLUMNS=180 dpkg -l | grep freepbx-module- | awk '{ print $2; }' | sed 's/^freepbx-module-//' | xargs -l $DIR/freepbx-module-status enable
+$ENABLE_SCRIPT enable core
+COLUMNS=180 dpkg -l | grep freepbx-module- | awk '{ print $2; }' | sed 's/^freepbx-module-//' | xargs -l $ENABLE_SCRIPT install 


Property changes on: freepbx/trunk/debian/rapid/freepbx-enable-all-modules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-voip-commits mailing list