[PC-BSD Commits] r2951 - in pcbsd: branches/7.0/system-overlay/usr/share/skel/.kde4/Autostart trunk/system-overlay/usr/share/skel/.kde4/Autostart
svn at pcbsd.org
svn at pcbsd.org
Wed Nov 5 10:47:33 PST 2008
Author: kris
Date: 2008-11-05 10:47:33 -0800 (Wed, 05 Nov 2008)
New Revision: 2951
Modified:
pcbsd/branches/7.0/system-overlay/usr/share/skel/.kde4/Autostart/checkupdater.sh
pcbsd/trunk/system-overlay/usr/share/skel/.kde4/Autostart/checkupdater.sh
Log:
Also patch the KDE4 start script for the System Updater to run as a background task, which helps fix the shutdown issue
Modified: pcbsd/branches/7.0/system-overlay/usr/share/skel/.kde4/Autostart/checkupdater.sh
===================================================================
--- pcbsd/branches/7.0/system-overlay/usr/share/skel/.kde4/Autostart/checkupdater.sh 2008-11-05 18:05:42 UTC (rev 2950)
+++ pcbsd/branches/7.0/system-overlay/usr/share/skel/.kde4/Autostart/checkupdater.sh 2008-11-05 18:47:33 UTC (rev 2951)
@@ -4,6 +4,6 @@
test="`pbreg get /PC-BSD/SystemUpdater/runAtStartup`"
if [ "$test" = "true" ]
then
- sudo /PCBSD/SystemUpdater/bin/SystemUpdater.sh
+ sudo /PCBSD/SystemUpdater/bin/SystemUpdater.sh &
fi
Modified: pcbsd/trunk/system-overlay/usr/share/skel/.kde4/Autostart/checkupdater.sh
===================================================================
--- pcbsd/trunk/system-overlay/usr/share/skel/.kde4/Autostart/checkupdater.sh 2008-11-05 18:05:42 UTC (rev 2950)
+++ pcbsd/trunk/system-overlay/usr/share/skel/.kde4/Autostart/checkupdater.sh 2008-11-05 18:47:33 UTC (rev 2951)
@@ -4,6 +4,6 @@
test="`pbreg get /PC-BSD/SystemUpdater/runAtStartup`"
if [ "$test" = "true" ]
then
- sudo /PCBSD/SystemUpdater/bin/SystemUpdater.sh
+ sudo /PCBSD/SystemUpdater/bin/SystemUpdater.sh &
fi
More information about the Commits
mailing list