summaryrefslogtreecommitdiff
path: root/over
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2009-08-09 08:32:44 +0000
committerJay Freeman <saurik@saurik.com>2009-08-09 08:32:44 +0000
commit5143477f38846d1a2a2c2f994d5613f80a638fbf (patch)
tree0948bb814e89267edc710c057604e812703af7d1 /over
parente09f6113af289b687f1e7b1aff99c5e816bb46dc (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')
-rw-r--r--over/etc/apt/trusted.gpgbin5866 -> 5974 bytes
-rw-r--r--over/etc/profile9
-rw-r--r--over/etc/profile.d/terminal.sh3
3 files changed, 0 insertions, 12 deletions
diff --git a/over/etc/apt/trusted.gpg b/over/etc/apt/trusted.gpg
index 10cd4f6da..8cab6f61f 100644
--- a/over/etc/apt/trusted.gpg
+++ b/over/etc/apt/trusted.gpg
Binary files differ
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
diff --git a/over/etc/profile.d/terminal.sh b/over/etc/profile.d/terminal.sh
deleted file mode 100644
index df0ca9546..000000000
--- a/over/etc/profile.d/terminal.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-if [[ $TERM = network || -z $TERM ]]; then
- export TERM=linux
-fi