summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/base-files/base-files/wrt54/profile
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-07-21 10:10:31 +0000
committerRichard Purdie <richard@openedhand.com>2006-07-21 10:10:31 +0000
commitb2f192faabe412adce79534e22efe9fb69ee40e2 (patch)
tree7076c49d4286f8a1733650bd8fbc7161af200d57 /openembedded/packages/base-files/base-files/wrt54/profile
parent2cf0eadf9f730027833af802d7e6c90b44248f80 (diff)
downloadpoky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/base-files/base-files/wrt54/profile')
-rw-r--r--openembedded/packages/base-files/base-files/wrt54/profile25
1 files changed, 0 insertions, 25 deletions
diff --git a/openembedded/packages/base-files/base-files/wrt54/profile b/openembedded/packages/base-files/base-files/wrt54/profile
deleted file mode 100644
index bedf2fc7d8..0000000000
--- a/openembedded/packages/base-files/base-files/wrt54/profile
+++ /dev/null
@@ -1,25 +0,0 @@
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
4PATH="/usr/local/bin:/usr/bin:/bin"
5
6if [ "`id -u`" -eq 0 ]; then
7 PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin:
8fi
9if [ "$PS1" ]; then
10# works for bash and ash (no other shells known to be in use here)
11 PS1='\u@\h:\w\$ '
12fi
13
14if [ -d /etc/profile.d ]; then
15 for i in `ls /etc/profile.d/`; do
16 . /etc/profile.d/$i
17 done
18 unset i
19fi
20
21export PATH PS1
22
23umask 022
24
25alias ll="ls -lah" \ No newline at end of file