[PC-BSD Commits] r4574 - pcbsd/trunk/mfsroot-overlay/root
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 1 08:28:36 PDT 2009
Author: kris
Date: 2009-10-01 08:28:33 -0700 (Thu, 01 Oct 2009)
New Revision: 4574
Modified:
pcbsd/trunk/mfsroot-overlay/root/PCBSDStartLive.sh
Log:
Don't display softwaremanager / portsconsole on the desktop when running in LIVE mode, they aren't
intended for that
Modified: pcbsd/trunk/mfsroot-overlay/root/PCBSDStartLive.sh
===================================================================
--- pcbsd/trunk/mfsroot-overlay/root/PCBSDStartLive.sh 2009-09-30 21:05:00 UTC (rev 4573)
+++ pcbsd/trunk/mfsroot-overlay/root/PCBSDStartLive.sh 2009-10-01 15:28:33 UTC (rev 4574)
@@ -35,6 +35,10 @@
cp -r /usr/share/skel/.kde4 /root/
cp -r /usr/share/skel/Desktop /root/
+# Remove portsconsole / softmanager from LIVE desktop, they don't work in LIVE mode
+rm /root/Desktop/portsconsole.desktop >/dev/null 2>/dev/null
+rm /root/Desktop/softmanager.desktop >/dev/null 2>/dev/null
+
# Remove old .xinitrc
rm /root/.xinitrc
More information about the Commits
mailing list