Merge bk://openembedded@openembedded.bkbits.net/packages-devel
authorPhil Blundell <philb@gnu.org>
Sat, 13 Nov 2004 20:54:07 +0000 (20:54 +0000)
committerPhil Blundell <philb@gnu.org>
Sat, 13 Nov 2004 20:54:07 +0000 (20:54 +0000)
into stealth.nexus.co.uk:/home/pb/oe/oe-packages

2004/11/13 20:53:41+00:00 nexus.co.uk!pb
remove spurious variable settings from /etc/profile

BKrev: 4196746fm1mCTvjQIzxCJz0axdzNDQ

base-files/base-files/profile
base-files/base-files_3.0.14.oe

index 50433a4..3de4dfe 100644 (file)
@@ -1,10 +1,7 @@
 # /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
 # and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).
 
-OPIEDIR=/opt/QtPalmtop
-QPEDIR=/opt/QtPalmtop
-QTDIR=/opt/QtPalmtop
-PATH="/opt/QtPalmtop/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games"
+PATH="/usr/local/bin:/usr/bin:/bin"
 
 if [ "`id -u`" -eq 0 ]; then
    PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin:
index bb52712..3d31496 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Miscellaneous files for the base system."
 SECTION = "base"
 PRIORITY = "required"
-PR = "r16"
+PR = "r17"
 
 SRC_URI = " \
            file://nsswitch.conf \