[Pkg-xfce-commits] r1377 - goodies/notification-daemon-xfce/debian

huggie at alioth.debian.org huggie at alioth.debian.org
Mon Oct 8 17:55:46 UTC 2007


Author: huggie
Date: 2007-10-08 17:55:46 +0000 (Mon, 08 Oct 2007)
New Revision: 1377

Modified:
   goodies/notification-daemon-xfce/debian/postinst
Log:
Fixup for Hurd/lintian kill -s bug.


Modified: goodies/notification-daemon-xfce/debian/postinst
===================================================================
--- goodies/notification-daemon-xfce/debian/postinst	2007-10-08 17:52:35 UTC (rev 1376)
+++ goodies/notification-daemon-xfce/debian/postinst	2007-10-08 17:55:46 UTC (rev 1377)
@@ -2,7 +2,7 @@
 
 if [ "$1" = "configure" ]; then
 	# Get xfce-mcs-manager to reinit
-	/bin/kill -USR1 `pidof xfce-mcs-manager` >/dev/null 2>&1|| true
+	kill -s USR1 `pidof xfce-mcs-manager` >/dev/null 2>&1|| true
 
 fi
 




More information about the Pkg-xfce-commits mailing list