[Pkg-xfce-commits] r772 - desktop/trunk/xfprint4/debian

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


Author: ema
Date: 2006-07-22 12:32:10 +0000 (Sat, 22 Jul 2006)
New Revision: 772

Modified:
   desktop/trunk/xfprint4/debian/changelog
   desktop/trunk/xfprint4/debian/postinst
Log:
Uploading xfprint4. Use /bin/kill in postinst


Modified: desktop/trunk/xfprint4/debian/changelog
===================================================================
--- desktop/trunk/xfprint4/debian/changelog	2006-07-22 12:21:04 UTC (rev 771)
+++ desktop/trunk/xfprint4/debian/changelog	2006-07-22 12:32:10 UTC (rev 772)
@@ -1,4 +1,4 @@
-xfprint4 (4.3.90.2-1) UNRELEASED; urgency=low
+xfprint4 (4.3.90.2-1) unstable; urgency=low
 
   (Yves-Alexis Perez)
   * New upstream release.

Modified: desktop/trunk/xfprint4/debian/postinst
===================================================================
--- desktop/trunk/xfprint4/debian/postinst	2006-07-22 12:21:04 UTC (rev 771)
+++ desktop/trunk/xfprint4/debian/postinst	2006-07-22 12:32:10 UTC (rev 772)
@@ -4,7 +4,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