[Pkg-voip-commits] r3757 - asterisk1.2/trunk/debian

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Tue Jul 17 21:28:25 UTC 2007


Author: tzafrir-guest
Date: 2007-07-17 21:28:25 +0000 (Tue, 17 Jul 2007)
New Revision: 3757

Added:
   asterisk1.2/trunk/debian/asterisk.default
Removed:
   asterisk1.2/trunk/debian/asterisk1.2.default
Modified:
   asterisk1.2/trunk/debian/asterisk1.2-config.postinst
   asterisk1.2/trunk/debian/rules
Log:
* asterisk_fix -> asterisk1.2->fix
* but do call the config file asterisk.default .


Copied: asterisk1.2/trunk/debian/asterisk.default (from rev 3739, asterisk1.2/trunk/debian/asterisk1.2.default)
===================================================================
--- asterisk1.2/trunk/debian/asterisk.default	                        (rev 0)
+++ asterisk1.2/trunk/debian/asterisk.default	2007-07-17 21:28:25 UTC (rev 3757)
@@ -0,0 +1,25 @@
+# This file allows you to alter the configuration of the Asterisk
+# init.d script
+#
+# RUNASTERISK: run asterisk upon boot. Should be set to "yes" once you have
+#              setup your configuration.
+RUNASTERISK=no
+#
+#
+# AST_REALTIME: if set to anything other than "no", asterisk will run in 
+#               real-time priority (pass '-p' to asterisk). un-rem the 
+#               following line to disable asterisk from running in real-time 
+#               priority
+#AST_REALTIME=yes
+#
+# PARAMS: extra parameters to pass to asterisk
+#         The example here may help you in debugging, but is 
+#         *not**intended**for**production**use*.
+#         When you give -G *only* that group will be used,
+#         else all groups of the asterisk user.
+#PARAMS="-D -g -vvv"
+#
+#
+# RUNASTSAFE: run safe_asterisk rather than asterisk (will auto-restart upon
+#             crash)
+#RUNASTSAFE=yes

Modified: asterisk1.2/trunk/debian/asterisk1.2-config.postinst
===================================================================
--- asterisk1.2/trunk/debian/asterisk1.2-config.postinst	2007-07-17 16:40:33 UTC (rev 3756)
+++ asterisk1.2/trunk/debian/asterisk1.2-config.postinst	2007-07-17 21:28:25 UTC (rev 3757)
@@ -13,8 +13,8 @@
 
 case "$1" in
     configure)
-	if [ -x /usr/share/asterisk/bin/asterisk_fix ]; then
-		/usr/share/asterisk/bin/asterisk_fix
+	if [ -x /usr/share/asterisk/bin/asterisk1.2_fix ]; then
+		/usr/share/asterisk/bin/asterisk1.2_fix
 	fi
     ;;
 

Deleted: asterisk1.2/trunk/debian/asterisk1.2.default
===================================================================
--- asterisk1.2/trunk/debian/asterisk1.2.default	2007-07-17 16:40:33 UTC (rev 3756)
+++ asterisk1.2/trunk/debian/asterisk1.2.default	2007-07-17 21:28:25 UTC (rev 3757)
@@ -1,25 +0,0 @@
-# This file allows you to alter the configuration of the Asterisk
-# init.d script
-#
-# RUNASTERISK: run asterisk upon boot. Should be set to "yes" once you have
-#              setup your configuration.
-RUNASTERISK=no
-#
-#
-# AST_REALTIME: if set to anything other than "no", asterisk will run in 
-#               real-time priority (pass '-p' to asterisk). un-rem the 
-#               following line to disable asterisk from running in real-time 
-#               priority
-#AST_REALTIME=yes
-#
-# PARAMS: extra parameters to pass to asterisk
-#         The example here may help you in debugging, but is 
-#         *not**intended**for**production**use*.
-#         When you give -G *only* that group will be used,
-#         else all groups of the asterisk user.
-#PARAMS="-D -g -vvv"
-#
-#
-# RUNASTSAFE: run safe_asterisk rather than asterisk (will auto-restart upon
-#             crash)
-#RUNASTSAFE=yes

Modified: asterisk1.2/trunk/debian/rules
===================================================================
--- asterisk1.2/trunk/debian/rules	2007-07-17 16:40:33 UTC (rev 3756)
+++ asterisk1.2/trunk/debian/rules	2007-07-17 21:28:25 UTC (rev 3757)
@@ -157,7 +157,7 @@
 	
 	mkdir -p $(CURDIR)/debian/asterisk1.2/usr/share/asterisk/bin
 	cp debian/asterisk1.2_fix $(CURDIR)/debian/asterisk1.2/usr/share/asterisk/bin
-	chmod +x $(CURDIR)/debian/asterisk1.2/usr/share/asterisk/bin/asterisk_fix
+	chmod +x $(CURDIR)/debian/asterisk1.2/usr/share/asterisk/bin/asterisk1.2_fix
 	
 	mkdir -p $(CURDIR)/debian/tmp/usr/share/asterisk/firmware/iax
 	




More information about the Pkg-voip-commits mailing list