]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/base-files/base-files/openmn/profile
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / base-files / base-files / openmn / profile
1 # /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
2 # and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).
3
4 OPIEDIR=/opt/QtPalmtop
5 QPEDIR=/opt/QtPalmtop
6 QTDIR=/opt/QtPalmtop
7 PATH="/opt/QtPalmtop/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games"
8
9 PS1='$ '
10 if [ "`id -u`" -eq 0 ]; then
11    PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin:
12    PS1='# '
13 fi
14
15 if [ -d /etc/profile.d ]; then
16   for i in `ls /etc/profile.d/`; do
17     . /etc/profile.d/$i
18   done
19   unset i
20 fi
21
22 case "`cat /proc/sys/board/lcd_type`" in
23         2)      export QWS_DISPLAY=Transformed:Rot90 ;;
24         3)      export QWS_DISPLAY=Transformed:Rot270 ;;
25         *)      export QWS_DISPLAY=Transformed:Rot180 ;;
26 esac
27 alias ll="ls -lAF"
28
29 export PATH PS1 OPIEDIR QPEDIR QTDIR
30
31 umask 022