diff options
author | Jay Freeman <saurik@saurik.com> | 2008-01-22 14:38:20 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-01-22 14:38:20 +0000 |
commit | 07a5e092578a19ddb0f1447a8de4b8c9a46f90c4 (patch) | |
tree | 0104cc420df9c63862e20bd77aa158be7f0a4d6c /over/etc | |
parent | 553360b2ff0e9e48b7aff9eadeb0adbadf6c2bbc (diff) |
Adding overlay files to repository while fixing /etc/profile.
git-svn-id: http://svn.telesphoreo.org/trunk@32 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'over/etc')
-rw-r--r-- | over/etc/apt/sources.list.d/saurik.list | 2 | ||||
-rw-r--r-- | over/etc/apt/trustdb.gpg | bin | 0 -> 1200 bytes | |||
-rw-r--r-- | over/etc/apt/trusted.gpg | bin | 0 -> 1172 bytes | |||
-rw-r--r-- | over/etc/profile | 4 |
4 files changed, 6 insertions, 0 deletions
diff --git a/over/etc/apt/sources.list.d/saurik.list b/over/etc/apt/sources.list.d/saurik.list new file mode 100644 index 000000000..555ae77a7 --- /dev/null +++ b/over/etc/apt/sources.list.d/saurik.list @@ -0,0 +1,2 @@ +deb http://apt.saurik.com/ tangelo main +#deb-src http://apt.saurik.com/ tangelo main diff --git a/over/etc/apt/trustdb.gpg b/over/etc/apt/trustdb.gpg Binary files differnew file mode 100644 index 000000000..00f2aa9c4 --- /dev/null +++ b/over/etc/apt/trustdb.gpg diff --git a/over/etc/apt/trusted.gpg b/over/etc/apt/trusted.gpg Binary files differnew file mode 100644 index 000000000..520c5e7ba --- /dev/null +++ b/over/etc/apt/trusted.gpg diff --git a/over/etc/profile b/over/etc/profile new file mode 100644 index 000000000..f17e7548a --- /dev/null +++ b/over/etc/profile @@ -0,0 +1,4 @@ +if [[ $TERM = network || -z $TERM ]]; then export TERM=xterm; fi +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 |