diff options
author | Jay Freeman <saurik@saurik.com> | 2009-08-09 08:32:44 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2009-08-09 08:32:44 +0000 |
commit | 5143477f38846d1a2a2c2f994d5613f80a638fbf (patch) | |
tree | 0948bb814e89267edc710c057604e812703af7d1 /over/etc/profile | |
parent | e09f6113af289b687f1e7b1aff99c5e816bb46dc (diff) |
I long ago moved these files into packages somewhere.
git-svn-id: http://svn.telesphoreo.org/trunk@651 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'over/etc/profile')
-rw-r--r-- | over/etc/profile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/over/etc/profile b/over/etc/profile deleted file mode 100644 index af1a3d2ac..000000000 --- a/over/etc/profile +++ /dev/null @@ -1,9 +0,0 @@ -export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games' -export PS1='\h:\w \u\$ ' -umask 022 - -for i in /etc/profile.d/*.sh ; do - if [ -r "$i" ]; then - . $i - fi -done |