[Pkg-voip-commits] r3508 - freepbx/trunk/debian

Diego Iastrubni elcuco-guest at alioth.debian.org
Wed May 2 09:58:19 UTC 2007


Author: elcuco-guest
Date: 2007-05-02 09:58:18 +0000 (Wed, 02 May 2007)
New Revision: 3508

Modified:
   freepbx/trunk/debian/freepbx-common.postinst
Log:
... the installed version was always rc3 and i did not understand why until now...
it seems that i need to install the sql, and the "install_amp". this will run some updates
and also change the version on the sql.



Modified: freepbx/trunk/debian/freepbx-common.postinst
===================================================================
--- freepbx/trunk/debian/freepbx-common.postinst	2007-05-02 09:46:54 UTC (rev 3507)
+++ freepbx/trunk/debian/freepbx-common.postinst	2007-05-02 09:58:18 UTC (rev 3508)
@@ -46,6 +46,7 @@
 	sed -r -i "s|AMPWEBROOT=[a-zA-Z0-9/]*|AMPWEBROOT=/usr/share/freepbx|" /etc/amportal.conf
 	sed -r -i "s|AMPBIN=[a-zA-Z0-9/]*|AMPBIN=/usr/share/asterisk/bin|" /etc/amportal.conf
 	/usr/share/freepbx-common/install-sql
+	/usr/share/freepbx-common/install_amp
 
 	# apply new configuration
 	update-freepbx




More information about the Pkg-voip-commits mailing list