packages (Titanium): kernel-desktop/kernel-desktop.spec - now that kde4 sup...

shadzik shadzik at pld-linux.org
Fri Aug 14 10:24:39 CEST 2009


Author: shadzik                      Date: Fri Aug 14 08:24:39 2009 GMT
Module: packages                      Tag: Titanium
---- Log message:
- now that kde4 support persisten notifications we have to detach the process

---- Files affected:
packages/kernel-desktop:
   kernel-desktop.spec (1.204.2.49 -> 1.204.2.50) 

---- Diffs:

================================================================
Index: packages/kernel-desktop/kernel-desktop.spec
diff -u packages/kernel-desktop/kernel-desktop.spec:1.204.2.49 packages/kernel-desktop/kernel-desktop.spec:1.204.2.50
--- packages/kernel-desktop/kernel-desktop.spec:1.204.2.49	Thu Aug 13 19:37:45 2009
+++ packages/kernel-desktop/kernel-desktop.spec	Fri Aug 14 10:24:33 2009
@@ -705,7 +705,7 @@
 if [ -x /usr/bin/kernelupdatenotifier ]; then
 	# TODO: Send to all kde4 sessions
 	for user in $(ps -o user= -C kded4 | sort -u); do
-		su -s /bin/sh -l $user -c "/usr/bin/kernelupdatenotifier %{name}-%{version}-%{release}"
+		su -s /bin/sh -l $user -c "/usr/bin/kernelupdatenotifier %{name}-%{version}-%{release}" &
 	done
 fi
 
@@ -1073,6 +1073,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.204.2.50  2009/08/14 08:24:33  shadzik
+- now that kde4 support persisten notifications we have to detach the process
+
 Revision 1.204.2.49  2009/08/13 17:37:45  shadzik
 - add intel graphics patch
 - rel 2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel-desktop/kernel-desktop.spec?r1=1.204.2.49&r2=1.204.2.50&f=u



More information about the pld-cvs-commit mailing list