[Pkg-xfce-commits] r277 - in desktop/trunk: libxfce4util/debian xfcalendar/debian xfce-mcs-plugins/debian xfce4-iconbox/debian xfce4-mixer/debian xfce4-session/debian xfce4-utils/debian xfdesktop4/debian xffm4/debian xfprint4/debian xfwm4/debian

Yves-Alexis Perez corsac-guest at costa.debian.org
Sun Nov 6 22:30:44 UTC 2005


Author: corsac-guest
Date: 2005-11-06 22:30:43 +0000 (Sun, 06 Nov 2005)
New Revision: 277

Modified:
   desktop/trunk/libxfce4util/debian/control
   desktop/trunk/xfcalendar/debian/changelog
   desktop/trunk/xfcalendar/debian/postinst
   desktop/trunk/xfce-mcs-plugins/debian/postinst
   desktop/trunk/xfce4-iconbox/debian/postinst
   desktop/trunk/xfce4-mixer/debian/postinst
   desktop/trunk/xfce4-session/debian/postinst
   desktop/trunk/xfce4-utils/debian/postinst
   desktop/trunk/xfdesktop4/debian/postinst
   desktop/trunk/xffm4/debian/postinst
   desktop/trunk/xfprint4/debian/postinst
   desktop/trunk/xfwm4/debian/postinst
Log:
Updated postinst script (which returned 1 because of pkill -USR1 xfce-mcs-manager (the name is too long to be matched)



Modified: desktop/trunk/libxfce4util/debian/control
===================================================================
--- desktop/trunk/libxfce4util/debian/control	2005-11-06 22:00:18 UTC (rev 276)
+++ desktop/trunk/libxfce4util/debian/control	2005-11-06 22:30:43 UTC (rev 277)
@@ -2,7 +2,7 @@
 Priority: optional
 Section: libs
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
-Uploaders: Martin Loschwitz <madkiss at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>
+Uploaders: Martin Loschwitz <madkiss at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at corsac.net>
 Build-Depends: debhelper (>> 4.0.0), libglib2.0-dev
 Standards-Version: 3.6.1
 

Modified: desktop/trunk/xfcalendar/debian/changelog
===================================================================
--- desktop/trunk/xfcalendar/debian/changelog	2005-11-06 22:00:18 UTC (rev 276)
+++ desktop/trunk/xfcalendar/debian/changelog	2005-11-06 22:30:43 UTC (rev 277)
@@ -3,7 +3,7 @@
   * New Upstream Release closes: #313865
   * Send xfce-mcs-manager a SIGUSR1 so it notices the plugin    closes: #304844
  
- -- Yves-Alexis Perez <corsac at corsac.net> Sun, 06 Nov 2005 22:01:12 +0100
+ -- Yves-Alexis Perez <corsac at corsac.net>  Sun, 06 Nov 2005 22:01:12 +0100
 
 xfcalendar (4.2.2-1) unstable; urgency=low
 

Modified: desktop/trunk/xfcalendar/debian/postinst
===================================================================
--- desktop/trunk/xfcalendar/debian/postinst	2005-11-06 22:00:18 UTC (rev 276)
+++ desktop/trunk/xfcalendar/debian/postinst	2005-11-06 22:30:43 UTC (rev 277)
@@ -2,7 +2,7 @@
 
 if [ "$1" = "configure" ]; then
 	# Get xfce-mcs-manager to reinit
-	pkill -USR1 xfce-mcs-manager
+	pkill -f -USR1 xfce-mcs-manager
 fi
 
 #DEBHELPER#

Modified: desktop/trunk/xfce-mcs-plugins/debian/postinst
===================================================================
--- desktop/trunk/xfce-mcs-plugins/debian/postinst	2005-11-06 22:00:18 UTC (rev 276)
+++ desktop/trunk/xfce-mcs-plugins/debian/postinst	2005-11-06 22:30:43 UTC (rev 277)
@@ -2,7 +2,7 @@
 
 if [ "$1" = "configure" ]; then
 	# Get xfce-mcs-manager to reinit
-	pkill -USR1 xfce-mcs-manager
+	pkill -f -USR1 xfce-mcs-manager
 fi
 
 #DEBHELPER#

Modified: desktop/trunk/xfce4-iconbox/debian/postinst
===================================================================
--- desktop/trunk/xfce4-iconbox/debian/postinst	2005-11-06 22:00:18 UTC (rev 276)
+++ desktop/trunk/xfce4-iconbox/debian/postinst	2005-11-06 22:30:43 UTC (rev 277)
@@ -2,7 +2,7 @@
 
 if [ "$1" = "configure" ]; then
 	# Get xfce-mcs-manager to reinit
-	pkill -USR1 xfce-mcs-manager
+	pkill -f -USR1 xfce-mcs-manager
 fi
 
 #DEBHELPER#

Modified: desktop/trunk/xfce4-mixer/debian/postinst
===================================================================
--- desktop/trunk/xfce4-mixer/debian/postinst	2005-11-06 22:00:18 UTC (rev 276)
+++ desktop/trunk/xfce4-mixer/debian/postinst	2005-11-06 22:30:43 UTC (rev 277)
@@ -2,7 +2,7 @@
 
 if [ "$1" = "configure" ]; then
 	# Get xfce-mcs-manager to reinit
-	pkill -USR1 xfce-mcs-manager
+	pkill -f -USR1 xfce-mcs-manager
 fi
 
 #DEBHELPER#

Modified: desktop/trunk/xfce4-session/debian/postinst
===================================================================
--- desktop/trunk/xfce4-session/debian/postinst	2005-11-06 22:00:18 UTC (rev 276)
+++ desktop/trunk/xfce4-session/debian/postinst	2005-11-06 22:30:43 UTC (rev 277)
@@ -7,7 +7,7 @@
     x-session-manager.1.gz /usr/share/man/man1/xfce4-session.1.gz 
 
   # Get xfce-mcs-manager to reinit
-  pkill -USR1 xfce-mcs-manager
+  pkill -f -USR1 xfce-mcs-manager
 fi
 
 #DEBHELPER#

Modified: desktop/trunk/xfce4-utils/debian/postinst
===================================================================
--- desktop/trunk/xfce4-utils/debian/postinst	2005-11-06 22:00:18 UTC (rev 276)
+++ desktop/trunk/xfce4-utils/debian/postinst	2005-11-06 22:30:43 UTC (rev 277)
@@ -2,7 +2,7 @@
 
 if [ "$1" = "configure" ]; then
 	# Get xfce-mcs-manager to reinit
-	pkill -USR1 xfce-mcs-manager
+	pkill -f -USR1 xfce-mcs-manager
 fi
 
 #DEBHELPER#

Modified: desktop/trunk/xfdesktop4/debian/postinst
===================================================================
--- desktop/trunk/xfdesktop4/debian/postinst	2005-11-06 22:00:18 UTC (rev 276)
+++ desktop/trunk/xfdesktop4/debian/postinst	2005-11-06 22:30:43 UTC (rev 277)
@@ -11,7 +11,7 @@
 	fi
 
 	# Get xfce-mcs-manager to reinit
-	pkill -USR1 xfce-mcs-manager
+	pkill -f -USR1 xfce-mcs-manager
 fi
 
 #DEBHELPER#

Modified: desktop/trunk/xffm4/debian/postinst
===================================================================
--- desktop/trunk/xffm4/debian/postinst	2005-11-06 22:00:18 UTC (rev 276)
+++ desktop/trunk/xffm4/debian/postinst	2005-11-06 22:30:43 UTC (rev 277)
@@ -2,7 +2,7 @@
 
 if [ "$1" = "configure" ]; then
 	# Get xfce-mcs-manager to reinit
-	pkill -USR1 xfce-mcs-manager
+	pkill -f -USR1 xfce-mcs-manager
 fi
 
 #DEBHELPER#

Modified: desktop/trunk/xfprint4/debian/postinst
===================================================================
--- desktop/trunk/xfprint4/debian/postinst	2005-11-06 22:00:18 UTC (rev 276)
+++ desktop/trunk/xfprint4/debian/postinst	2005-11-06 22:30:43 UTC (rev 277)
@@ -2,7 +2,7 @@
 
 if [ "$1" = "configure" ]; then
 	# Get xfce-mcs-manager to reinit
-	pkill -USR1 xfce-mcs-manager
+	pkill -f -USR1 xfce-mcs-manager
 fi
 
 #DEBHELPER#

Modified: desktop/trunk/xfwm4/debian/postinst
===================================================================
--- desktop/trunk/xfwm4/debian/postinst	2005-11-06 22:00:18 UTC (rev 276)
+++ desktop/trunk/xfwm4/debian/postinst	2005-11-06 22:30:43 UTC (rev 277)
@@ -9,7 +9,7 @@
   x-window-manager.1.gz /usr/share/man/man1/xfwm4.1.gz
 
   # Get xfce-mcs-manager to reinit
-  pkill -USR1 xfce-mcs-manager
+  pkill -f -USR1 xfce-mcs-manager
 fi
 
 #DEBHELPER#




More information about the Pkg-xfce-commits mailing list