[PC-BSD Commits] r7730 - in pcbsd/current: build-files/conf system-overlay/usr/local/env
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 7 06:39:22 PDT 2010
Author: kris
Date: 2010-10-07 06:39:22 -0700 (Thu, 07 Oct 2010)
New Revision: 7730
Modified:
pcbsd/current/build-files/conf/pcbsd-perms
pcbsd/current/system-overlay/usr/local/env/checksounderror.sh
pcbsd/current/system-overlay/usr/local/env/checkupdater.sh
Log:
Background xorg startup apps, so we don't get a login hang
Modified: pcbsd/current/build-files/conf/pcbsd-perms
===================================================================
--- pcbsd/current/build-files/conf/pcbsd-perms 2010-10-07 09:04:04 UTC (rev 7729)
+++ pcbsd/current/build-files/conf/pcbsd-perms 2010-10-07 13:39:22 UTC (rev 7730)
@@ -1,5 +1,5 @@
755 /bin/bash
-755 /usr/PCBSD/bin/*
+755 /usr/local/env/*.sh
755 /usr/PCBSD/Scripts/*.sh
755 /usr/PCBSD/Scripts/System/*.sh
755 /sbin/mount_auto
Modified: pcbsd/current/system-overlay/usr/local/env/checksounderror.sh
===================================================================
--- pcbsd/current/system-overlay/usr/local/env/checksounderror.sh 2010-10-07 09:04:04 UTC (rev 7729)
+++ pcbsd/current/system-overlay/usr/local/env/checksounderror.sh 2010-10-07 13:39:22 UTC (rev 7730)
@@ -18,6 +18,6 @@
if [ "${IGNORE}" != "Y" -a "${OSSCORE}" != "0" ]
then
# Start the SoundError program to warn the user of missing sound module
- /usr/PCBSD/bin/SoundError
+ /usr/local/bin/pc-sounderror &
fi
fi
Modified: pcbsd/current/system-overlay/usr/local/env/checkupdater.sh
===================================================================
--- pcbsd/current/system-overlay/usr/local/env/checkupdater.sh 2010-10-07 09:04:04 UTC (rev 7729)
+++ pcbsd/current/system-overlay/usr/local/env/checkupdater.sh 2010-10-07 13:39:22 UTC (rev 7730)
@@ -4,6 +4,6 @@
test="`pbreg get /PC-BSD/SystemUpdater/runAtStartup`"
if [ "$test" = "true" ]
then
- /usr/local/bin/pc-systemupdatertray
+ /usr/local/bin/pc-systemupdatertray &
fi
More information about the Commits
mailing list