[Pkg-xfce-commits] r765 - desktop/trunk/xfce4-session/debian

Emanuele Rocca ema at costa.debian.org
Sat Jul 22 11:11:21 UTC 2006


Author: ema
Date: 2006-07-22 11:11:20 +0000 (Sat, 22 Jul 2006)
New Revision: 765

Modified:
   desktop/trunk/xfce4-session/debian/changelog
   desktop/trunk/xfce4-session/debian/postinst
Log:
Uploading -session. Call /bin/kill rather than kill in postinst to avoid conflicts

Modified: desktop/trunk/xfce4-session/debian/changelog
===================================================================
--- desktop/trunk/xfce4-session/debian/changelog	2006-07-22 10:51:08 UTC (rev 764)
+++ desktop/trunk/xfce4-session/debian/changelog	2006-07-22 11:11:20 UTC (rev 765)
@@ -1,4 +1,4 @@
-xfce4-session (4.3.90.2-1) UNRELEASED; urgency=low
+xfce4-session (4.3.90.2-1) unstable; urgency=low
   
   (Yves-Alexis Perez)
   * New upstream release.

Modified: desktop/trunk/xfce4-session/debian/postinst
===================================================================
--- desktop/trunk/xfce4-session/debian/postinst	2006-07-22 10:51:08 UTC (rev 764)
+++ desktop/trunk/xfce4-session/debian/postinst	2006-07-22 11:11:20 UTC (rev 765)
@@ -9,7 +9,7 @@
   	# Get xfce-mcs-manager to reinit
   	# hurd doesnt have procps so we do it another way
   	#pkill -USR1 -f xfce-mcs-manager || true
-	kill -USR1 `pidof xfce-mcs-manager` >/dev/null 2>&1|| true
+        /bin/kill -USR1 `pidof xfce-mcs-manager` >/dev/null 2>&1|| true
 	
 fi
 




More information about the Pkg-xfce-commits mailing list