[Pkg-voip-commits] r2722 - destar/trunk/debian/patches

Alejandro Rios P. alerios-guest at alioth.debian.org
Wed Nov 22 00:10:05 CET 2006


Author: alerios-guest
Date: 2006-11-22 00:10:05 +0100 (Wed, 22 Nov 2006)
New Revision: 2722

Modified:
   destar/trunk/debian/patches/op_panel.dpatch
Log:
* Finally fixed #393725 with Julien Blache help.


Modified: destar/trunk/debian/patches/op_panel.dpatch
===================================================================
--- destar/trunk/debian/patches/op_panel.dpatch	2006-11-20 15:49:49 UTC (rev 2721)
+++ destar/trunk/debian/patches/op_panel.dpatch	2006-11-21 23:10:05 UTC (rev 2722)
@@ -6,9 +6,9 @@
 
 @DPATCH@
 diff -urNad destar-0.2.0~/panelutils.py destar-0.2.0/panelutils.py
---- destar-0.2.0~/panelutils.py	2006-06-09 17:46:37.000000000 -0500
-+++ destar-0.2.0/panelutils.py	2006-11-13 19:01:26.000000000 -0500
-@@ -29,7 +29,7 @@
+--- destar-0.2.0~/panelutils.py	2006-11-21 17:44:54.000000000 -0500
++++ destar-0.2.0/panelutils.py	2006-11-21 17:46:09.000000000 -0500
+@@ -29,10 +29,10 @@
  
  
  # Configuration to use with op-panel .deb package:
@@ -16,4 +16,16 @@
 +PANEL_CONF_DIR	= "/etc/op-panel/destar"
  PANEL_HTML_DIR	= "/usr/share/op-panel/flash"
  PANEL_START_CMD	= "/etc/init.d/op-panel start"
- PANEL_STOP_CMD	= "/etc/init.d/op-panel stop"
+-PANEL_STOP_CMD	= "/etc/init.d/op-panel stop"
++PANEL_STOP_CMD	= "pkill -HUP op_server"
+ 
+ def isConfigured ():
+ 	import configlets
+@@ -123,7 +123,6 @@
+ 	s = []
+ 	s.append(_("Restarting the panel daemon ..."))
+ 	s.append(stopPanelDaemon())
+-	s.append(startPanelDaemon())
+ 	return s
+ 
+ if isConfigured():




More information about the Pkg-voip-commits mailing list