summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/zsh/files')
-rw-r--r--app-shells/zsh/files/digest-zsh-4.0.73
-rw-r--r--app-shells/zsh/files/zprofile14
2 files changed, 17 insertions, 0 deletions
diff --git a/app-shells/zsh/files/digest-zsh-4.0.7 b/app-shells/zsh/files/digest-zsh-4.0.7
new file mode 100644
index 000000000000..c076f179c533
--- /dev/null
+++ b/app-shells/zsh/files/digest-zsh-4.0.7
@@ -0,0 +1,3 @@
+MD5 85915f723384062480f1890b6625b6d5 zsh-4.0.7.tar.gz 2179033
+MD5 633926a0afe584878d1c3068346e9d69 zsh_4.0.7-5.diff.gz 69299
+MD5 7b9bc01fa3082c92bfab555b83548f5e zsh-4.0.7-zshall-gentoo.diff.bz2 162578
diff --git a/app-shells/zsh/files/zprofile b/app-shells/zsh/files/zprofile
new file mode 100644
index 000000000000..478e35196329
--- /dev/null
+++ b/app-shells/zsh/files/zprofile
@@ -0,0 +1,14 @@
+# /etc/zsh/zprofile
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/files/zprofile,v 1.1 2003/07/23 17:48:19 usata Exp $
+
+[[ -e "/etc/profile.env" ]] && source /etc/profile.env
+
+#077 would be more secure, but 022 is generally quite realistic
+umask 022
+
+if [[ "$USER" == root ]]; then
+ export PATH="/bin:/sbin:/usr/bin:/usr/sbin:${ROOTPATH}"
+else
+ export PATH="/bin:/usr/bin:${PATH}"
+fi
+unset ROOTPATH