summaryrefslogtreecommitdiffstats
path: root/target/default/target_skeleton/root/.bash_profile
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-06 00:46:40 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-06 00:46:40 +0000
commit4aba84e6f06f55c77ff8dbbcf0de172c6c14d03b (patch)
treeee56eb0fade1d3a9b63505f1ba2a2629e295969f /target/default/target_skeleton/root/.bash_profile
parent8f7eb15b654ac35da235176283e417256e41bb84 (diff)
obsolete uclibc root skeleton
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@210 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/default/target_skeleton/root/.bash_profile')
-rw-r--r--target/default/target_skeleton/root/.bash_profile15
1 files changed, 0 insertions, 15 deletions
diff --git a/target/default/target_skeleton/root/.bash_profile b/target/default/target_skeleton/root/.bash_profile
deleted file mode 100644
index 27bf14953..000000000
--- a/target/default/target_skeleton/root/.bash_profile
+++ /dev/null
@@ -1,15 +0,0 @@
-# .bash_profile
-
-export PATH=\
-/bin:\
-/sbin:\
-/usr/bin:\
-/usr/sbin:\
-/usr/bin/X11:\
-/usr/local/bin
-
-umask 022
-
-if [ -f ~/.bashrc ]; then
- source ~/.bashrc
-fi