[PC-BSD Commits] r2111 - pcbsd/trunk/system-overlay/PCBSD/bin
svn at pcbsd.org
svn at pcbsd.org
Tue Jun 17 11:11:42 PDT 2008
Author: kris
Date: 2008-06-17 11:11:42 -0700 (Tue, 17 Jun 2008)
New Revision: 2111
Modified:
pcbsd/trunk/system-overlay/PCBSD/bin/pdm
Log:
Updated pdm to launch kded in the right directory for KDE4
Modified: pcbsd/trunk/system-overlay/PCBSD/bin/pdm
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/bin/pdm 2008-06-17 17:46:40 UTC (rev 2110)
+++ pcbsd/trunk/system-overlay/PCBSD/bin/pdm 2008-06-17 18:11:42 UTC (rev 2111)
@@ -3,6 +3,9 @@
# Copyright 2007 PC-BSD Software
###############################################################################
+PATH="${PATH}:/usr/local/kde4/bin"
+export PATH
+
setup_xorg() {
/PCBSD/xorg-gui/bin/rundetect.sh
rm -f /PCBSD/conf/.runxsetup
@@ -32,7 +35,7 @@
setup_xorg
fi
else
- exec /usr/local/bin/kdm "$@"
+ exec /usr/local/kde4/bin/kdm "$@"
fi
sleep 2
More information about the Commits
mailing list