summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2006-11-02 19:49:32 +0000
committerMamoru Komachi <usata@gentoo.org>2006-11-02 19:49:32 +0000
commit2af98dfd9930083f78032baa4991717e6345bcad (patch)
treeb94bc2a479965ef9f85a19b7ef02b5a15c80941b /app-shells/zsh/files
parentVersion bump to 2.1 (diff)
downloadhistorical-2af98dfd9930083f78032baa4991717e6345bcad.tar.gz
historical-2af98dfd9930083f78032baa4991717e6345bcad.tar.bz2
historical-2af98dfd9930083f78032baa4991717e6345bcad.zip
Updated zprofile to contain /usr/local/bin in PATH. Thanks to Stephen Floor <snf@extrospective.net>. This closes bug #145383.
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'app-shells/zsh/files')
-rw-r--r--app-shells/zsh/files/digest-zsh-4.2.52
-rw-r--r--app-shells/zsh/files/digest-zsh-4.2.6-r12
-rw-r--r--app-shells/zsh/files/zprofile6
3 files changed, 7 insertions, 3 deletions
diff --git a/app-shells/zsh/files/digest-zsh-4.2.5 b/app-shells/zsh/files/digest-zsh-4.2.5
index a6555354b286..b9a6d94aa56f 100644
--- a/app-shells/zsh/files/digest-zsh-4.2.5
+++ b/app-shells/zsh/files/digest-zsh-4.2.5
@@ -1,4 +1,6 @@
MD5 8172d69a12886c85b0a4b579a695dffe zsh-4.2.4-euc-0.3.patch.gz 2942
+RMD160 82ce43a500f8ca8ca43e3a183b2cc30b4109f594 zsh-4.2.4-euc-0.3.patch.gz 2942
+SHA256 1044ddb4ca1e59fe4892b87115938026e85f7c52c2b87f3e5c5b074daeddce8d zsh-4.2.4-euc-0.3.patch.gz 2942
MD5 6dc896b52a3bc20a514148d621e13282 zsh-4.2.5-doc.tar.bz2 1768286
MD5 e2060f743dcdf3b383e80e862a6548fe zsh-4.2.5.tar.bz2 2074535
RMD160 10e2319b30d5791d39c0a4488e297d451adbdbe5 zsh-4.2.5.tar.bz2 2074535
diff --git a/app-shells/zsh/files/digest-zsh-4.2.6-r1 b/app-shells/zsh/files/digest-zsh-4.2.6-r1
index 8618a19309cf..b181862833a9 100644
--- a/app-shells/zsh/files/digest-zsh-4.2.6-r1
+++ b/app-shells/zsh/files/digest-zsh-4.2.6-r1
@@ -1,4 +1,6 @@
MD5 8172d69a12886c85b0a4b579a695dffe zsh-4.2.4-euc-0.3.patch.gz 2942
+RMD160 82ce43a500f8ca8ca43e3a183b2cc30b4109f594 zsh-4.2.4-euc-0.3.patch.gz 2942
+SHA256 1044ddb4ca1e59fe4892b87115938026e85f7c52c2b87f3e5c5b074daeddce8d zsh-4.2.4-euc-0.3.patch.gz 2942
MD5 3ca3b7c199db6eb942f2a296e3fad270 zsh-4.2.6-doc.tar.bz2 1770113
MD5 2cefebf742c190cbc611baded825db64 zsh-4.2.6.tar.bz2 2098671
RMD160 e4400fc6311bf6996128ecf7899592d6d8cdb310 zsh-4.2.6.tar.bz2 2098671
diff --git a/app-shells/zsh/files/zprofile b/app-shells/zsh/files/zprofile
index 478e35196329..089ab20f7e4f 100644
--- a/app-shells/zsh/files/zprofile
+++ b/app-shells/zsh/files/zprofile
@@ -1,5 +1,5 @@
# /etc/zsh/zprofile
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/files/zprofile,v 1.1 2003/07/23 17:48:19 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/files/zprofile,v 1.2 2006/11/02 19:49:32 usata Exp $
[[ -e "/etc/profile.env" ]] && source /etc/profile.env
@@ -7,8 +7,8 @@
umask 022
if [[ "$USER" == root ]]; then
- export PATH="/bin:/sbin:/usr/bin:/usr/sbin:${ROOTPATH}"
+ export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:${ROOTPATH}"
else
- export PATH="/bin:/usr/bin:${PATH}"
+ export PATH="/usr/local/bin:/usr/bin:/bin:${PATH}"
fi
unset ROOTPATH