diff options
author | Nick Hadaway <raker@gentoo.org> | 2003-10-18 05:40:10 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2003-10-18 05:40:10 +0000 |
commit | 3503cf39a72d1169f07423639515112cd62ea4b6 (patch) | |
tree | 03222e514dcf90ea8c43741d7c3218acdc46e5fe /app-shells/tcsh | |
parent | repoman: Trim trailing whitespace (diff) | |
download | gentoo-2-3503cf39a72d1169f07423639515112cd62ea4b6.tar.gz gentoo-2-3503cf39a72d1169f07423639515112cd62ea4b6.tar.bz2 gentoo-2-3503cf39a72d1169f07423639515112cd62ea4b6.zip |
bug #21853
Diffstat (limited to 'app-shells/tcsh')
-rw-r--r-- | app-shells/tcsh/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/tcsh/Manifest | 20 | ||||
-rw-r--r-- | app-shells/tcsh/files/tcsh-complete | 28 |
3 files changed, 29 insertions, 25 deletions
diff --git a/app-shells/tcsh/ChangeLog b/app-shells/tcsh/ChangeLog index b1cfb79ad269..fa91d2410ae6 100644 --- a/app-shells/tcsh/ChangeLog +++ b/app-shells/tcsh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/tcsh # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.13 2003/05/21 23:54:06 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.14 2003/10/18 05:40:05 raker Exp $ + + 17 Oct 2003; Nick Hadaway <raker@gentoo.org> files/tcsh-complete: + Addressing bug #21853. Changing mount autocomplete to BSD4.3 + compatible commands instead of SVR4. 22 May 2003; Tavis Ormandy <taviso@gentoo.org> tcsh-6.12-r2.ebuild: Marking ~alpha, fixes #21125 diff --git a/app-shells/tcsh/Manifest b/app-shells/tcsh/Manifest index ebd077e38794..3923d171f912 100644 --- a/app-shells/tcsh/Manifest +++ b/app-shells/tcsh/Manifest @@ -1,18 +1,18 @@ -MD5 1d2472f44695276d516271ef2fd80436 ChangeLog 1971 MD5 6bef7f063109896e6e7104e480cedddd tcsh-6.11.ebuild 1107 MD5 e82eb90e3d14a697fab6007ec170046f tcsh-6.12-r2.ebuild 1359 +MD5 d870e77fff09383bb614eb52c440659c ChangeLog 2143 +MD5 4869b9da87c79854e2cc97241f125853 files/csh.login_new 1482 +MD5 16713fff7d0ccc21e1c32b250cdc44ff files/tcsh-aliases 2399 MD5 548264e16c7c848079c42fe008b0f7e4 files/csh.cshrc 311 -MD5 299cd79eb3cbc2a3caeac1c3a0309556 files/csh.cshrc_new 2810 MD5 98ca83148bd1d9bc6774c52d212ee71f files/csh.login 190 -MD5 4869b9da87c79854e2cc97241f125853 files/csh.login_new 1482 +MD5 0c7590ddc33afe8fa448f51871ad677c files/tcsh-6.11-tc.os.h-gentoo.diff 363 +MD5 8c5915d05b8b0c2db109c754a2bee20f files/tcsh-bindkey 3597 +MD5 a51fb6146ec2bcb7a603e5af41f6c7a2 files/tcsh_enable_kanji.diff 466 MD5 ea5e1c6c529a1c6a8b27eb9c8564a31b files/digest-tcsh-6.11 61 MD5 db3b217a05a1ef2d54eae9794649f177 files/digest-tcsh-6.12-r2 64 -MD5 0c7590ddc33afe8fa448f51871ad677c files/tcsh-6.10-tc.os.h-gentoo.diff 363 -MD5 0c7590ddc33afe8fa448f51871ad677c files/tcsh-6.11-tc.os.h-gentoo.diff 363 +MD5 dddffcfc3fed998320e7d9871f8aa8bd files/tcsh-complete 45240 +MD5 6bd69d3c815412ada4579ac8f8cc9c45 files/tcsh.config 1466 MD5 0c7590ddc33afe8fa448f51871ad677c files/tcsh-6.12-tc.os.h-gentoo.diff 363 -MD5 16713fff7d0ccc21e1c32b250cdc44ff files/tcsh-aliases 2399 -MD5 8c5915d05b8b0c2db109c754a2bee20f files/tcsh-bindkey 3597 -MD5 b9c285f3b6cde03a9369764e2b5d440a files/tcsh-complete 45237 +MD5 299cd79eb3cbc2a3caeac1c3a0309556 files/csh.cshrc_new 2810 +MD5 0c7590ddc33afe8fa448f51871ad677c files/tcsh-6.10-tc.os.h-gentoo.diff 363 MD5 e717dd2122d1ae7ab9ee8ebf2c33636a files/tcsh-settings 3271 -MD5 6bd69d3c815412ada4579ac8f8cc9c45 files/tcsh.config 1466 -MD5 a51fb6146ec2bcb7a603e5af41f6c7a2 files/tcsh_enable_kanji.diff 466 diff --git a/app-shells/tcsh/files/tcsh-complete b/app-shells/tcsh/files/tcsh-complete index 8a2243877c0f..660b19d56850 100644 --- a/app-shells/tcsh/files/tcsh-complete +++ b/app-shells/tcsh/files/tcsh-complete @@ -2,7 +2,7 @@ ## ## Gentoo system tcsh scripts ## -## $Id: tcsh-complete,v 1.1 2003/01/25 19:59:15 alain Exp $ +## $Id: tcsh-complete,v 1.2 2003/10/18 05:40:05 raker Exp $ ## ## Based on the TCSH complete.tcsh script, with changed from the TCSHRC ## package (http://tcshrc.sourceforge.net) @@ -909,21 +909,21 @@ endif n/-[0-7]/"(l m h)"/ # SVR4 filesystems - complete mount c/-/"(a F m o O p r v V)"/ n/-p/n/ n/-v/n/ \ - n/-o/x:'<FSType_options>'/ \ - n@-F@'`\ls -1 /usr/lib/fs`'@ \ - n@*@'`grep -v "^#" /etc/vfstab | tr -s " " " " | cut -f 3`'@ - complete umount c/-/"(a o V)"/ n/-o/x:'<FSType_options>'/ \ - n/*/'`mount | cut -d " " -f 1`'/ - complete mountall c/-/"(F l r)"/ n@-F@'`\ls -1 /usr/lib/fs`'@ - complete umountall c/-/"(F h k l r s)"/ n@-F@'`\ls -1 /usr/lib/fs`'@ \ + #complete mount c/-/"(a F m o O p r v V)"/ n/-p/n/ n/-v/n/ \ + # n/-o/x:'<FSType_options>'/ \ + # n@-F@'`\ls -1 /usr/lib/fs`'@ \ + # n@*@'`grep -v "^#" /etc/vfstab | tr -s " " " " | cut -f 3`'@ + #complete umount c/-/"(a o V)"/ n/-o/x:'<FSType_options>'/ \ + # n/*/'`mount | cut -d " " -f 1`'/ + #complete mountall c/-/"(F l r)"/ n@-F@'`\ls -1 /usr/lib/fs`'@ + #complete umountall c/-/"(F h k l r s)"/ n@-F@'`\ls -1 /usr/lib/fs`'@ \ n/-h/'`df -k | cut -s -d ":" -f 1 | sort -u`'/ # BSD 4.3 filesystems - #complete mount c/-/"(a r t v)"/ n/-t/"(4.2 nfs)"/ \ - # n@*@'`grep -v "^#" /etc/fstab | tr -s " " " " | cut -f 2`'@ - #complete umount c/-/"(a h t v)"/ n/-t/"(4.2 nfs)"/ \ - # n/-h/'`df | cut -s -d ":" -f 1 | sort -u`'/ \ - # n/*/'`mount | cut -d " " -f 3`'/ + complete mount c/-/"(a r t v)"/ n/-t/"(4.2 nfs)"/ \ + n@*@'`grep -v "^#" /etc/fstab | tr -s " " " " | cut -f 2`'@ + complete umount c/-/"(a h t v)"/ n/-t/"(4.2 nfs)"/ \ + n/-h/'`df | cut -s -d ":" -f 1 | sort -u`'/ \ + n/*/'`mount | cut -d " " -f 3`'/ # BSD 4.2 filesystems #complete mount c/-/"(a r t v)"/ n/-t/"(ufs nfs)"/ \ # n@*@'`cut -d ":" -f 2 /etc/fstab`'@ |