summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2006-12-05 14:58:35 +0000
committerFabian Groffen <grobian@gentoo.org>2006-12-05 14:58:35 +0000
commite0fa5f8b905a0bbf726d1b082f6ae72345f85fdc (patch)
tree12a5913f3c0d3702fd8932c71a412bd0cbdc6a92 /app-shells/tcsh/files
parentStable for HPPA. (diff)
downloadhistorical-e0fa5f8b905a0bbf726d1b082f6ae72345f85fdc.tar.gz
historical-e0fa5f8b905a0bbf726d1b082f6ae72345f85fdc.tar.bz2
historical-e0fa5f8b905a0bbf726d1b082f6ae72345f85fdc.zip
Fix issue that was mentioned post-fix in bug #156422: don't use tset as it is an interactive tool, which is evil.
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'app-shells/tcsh/files')
-rw-r--r--app-shells/tcsh/files/digest-tcsh-6.14-r56
-rw-r--r--app-shells/tcsh/files/tcsh-6.14-r4.patch7
2 files changed, 10 insertions, 3 deletions
diff --git a/app-shells/tcsh/files/digest-tcsh-6.14-r5 b/app-shells/tcsh/files/digest-tcsh-6.14-r5
new file mode 100644
index 000000000000..c15c253dc055
--- /dev/null
+++ b/app-shells/tcsh/files/digest-tcsh-6.14-r5
@@ -0,0 +1,6 @@
+MD5 06d9a00fa7e034394bf1152f0fc3e950 tcsh-6.14-conffiles.tar.bz2 20200
+RMD160 96e5e43985fe1b6e53b4a2a53f1b7bed3c2ae103 tcsh-6.14-conffiles.tar.bz2 20200
+SHA256 1bae5000c84593187974580c48b0edcec88e2f6363e3c1ec1e43da45c9a63049 tcsh-6.14-conffiles.tar.bz2 20200
+MD5 353d1bb7d2741bf8de602c7b6f0efd79 tcsh-6.14.00.tar.gz 859780
+RMD160 fa7635225ceb0225aedcfad5dd9d8e17d8d70849 tcsh-6.14.00.tar.gz 859780
+SHA256 fd738ac0c003d283a214d15d46c1bc3fb80afad697110994dccb8d101f0d6f0e tcsh-6.14.00.tar.gz 859780
diff --git a/app-shells/tcsh/files/tcsh-6.14-r4.patch b/app-shells/tcsh/files/tcsh-6.14-r4.patch
index 4fd24f0654c6..a9628b78df0c 100644
--- a/app-shells/tcsh/files/tcsh-6.14-r4.patch
+++ b/app-shells/tcsh/files/tcsh-6.14-r4.patch
@@ -11,12 +11,13 @@
## Resolved reported bug on MOTD (disabled it)
## 2003-01-13 -- Alain Penders (alain@gentoo.org)
## Initial version. Inspired by the Suse version.
-@@ -16,7 +19,7 @@
+@@ -14,9 +17,7 @@
+ # Console
+ if ( ! ${?TERM} ) setenv TERM linux
if ( "$TERM" == "unknown" ) setenv TERM linux
- # No tset available on SlackWare
+- # No tset available on SlackWare
if ( -x "`which stty`" ) stty sane cr0 pass8 dec
- if ( -x "`which tset`" ) tset -I -Q
-+ if ( -x "`which tset`" ) eval `tset -Q -I -s`
unsetenv TERMCAP
settc km yes
endif