aboutsummaryrefslogtreecommitdiffstats
path: root/target/default/target_skeleton/root/.bash_profile
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2005-02-06 00:46:40 +0000
committerMike Baker <mbm@openwrt.org>2005-02-06 00:46:40 +0000
commit5acb824a30657b31ba7d30313d64a7da9742eb16 (patch)
treeee56eb0fade1d3a9b63505f1ba2a2629e295969f /target/default/target_skeleton/root/.bash_profile
parent784becd240b74be98d3e03575c50d108e8f04569 (diff)
downloadmaster-187ad058-5acb824a30657b31ba7d30313d64a7da9742eb16.tar.gz
master-187ad058-5acb824a30657b31ba7d30313d64a7da9742eb16.tar.bz2
master-187ad058-5acb824a30657b31ba7d30313d64a7da9742eb16.zip
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 27bf14953d..0000000000
--- 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