[PC-BSD Commits] r2950 - in pcbsd: branches/7.0/system-overlay/PCBSD/SystemUpdater/bin trunk/system-overlay/PCBSD/SystemUpdater/bin
svn at pcbsd.org
svn at pcbsd.org
Wed Nov 5 10:05:43 PST 2008
Author: kris
Date: 2008-11-05 10:05:42 -0800 (Wed, 05 Nov 2008)
New Revision: 2950
Modified:
pcbsd/branches/7.0/system-overlay/PCBSD/SystemUpdater/bin/SystemUpdater.sh
pcbsd/trunk/system-overlay/PCBSD/SystemUpdater/bin/SystemUpdater.sh
Log:
Update the shell script which launches the System Updater to also kill any spawned knotify sessions after closing. This fixes a occuring problem with KDE4 hanging during shutdown / restart
Modified: pcbsd/branches/7.0/system-overlay/PCBSD/SystemUpdater/bin/SystemUpdater.sh
===================================================================
--- pcbsd/branches/7.0/system-overlay/PCBSD/SystemUpdater/bin/SystemUpdater.sh 2008-11-03 18:57:51 UTC (rev 2949)
+++ pcbsd/branches/7.0/system-overlay/PCBSD/SystemUpdater/bin/SystemUpdater.sh 2008-11-05 18:05:42 UTC (rev 2950)
@@ -8,3 +8,5 @@
/PCBSD/SystemUpdater/bin/SystemUpdater
+killall -9 knotify4
+
Modified: pcbsd/trunk/system-overlay/PCBSD/SystemUpdater/bin/SystemUpdater.sh
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/SystemUpdater/bin/SystemUpdater.sh 2008-11-03 18:57:51 UTC (rev 2949)
+++ pcbsd/trunk/system-overlay/PCBSD/SystemUpdater/bin/SystemUpdater.sh 2008-11-05 18:05:42 UTC (rev 2950)
@@ -8,3 +8,5 @@
/PCBSD/SystemUpdater/bin/SystemUpdater
+killall -9 knotify4
+
More information about the Commits
mailing list