diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-12-22 15:31:22 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-12-22 15:31:22 +0000 |
commit | 94409af353b9d22e1b0bad574ac4005ef9fe2b4a (patch) | |
tree | 62f1834083bdf8cd747509068014728d13cb36ce /app-shells/tcsh/files | |
parent | Revision bump to fix bug #33155. Marked stable on hppa. (diff) | |
download | gentoo-2-94409af353b9d22e1b0bad574ac4005ef9fe2b4a.tar.gz gentoo-2-94409af353b9d22e1b0bad574ac4005ef9fe2b4a.tar.bz2 gentoo-2-94409af353b9d22e1b0bad574ac4005ef9fe2b4a.zip |
Revision bump to fix bug #33155. Marked stable on hppa.
Diffstat (limited to 'app-shells/tcsh/files')
-rw-r--r-- | app-shells/tcsh/files/digest-tcsh-6.12-r3 | 1 | ||||
-rw-r--r-- | app-shells/tcsh/files/tcsh-complete | 12 |
2 files changed, 7 insertions, 6 deletions
diff --git a/app-shells/tcsh/files/digest-tcsh-6.12-r3 b/app-shells/tcsh/files/digest-tcsh-6.12-r3 new file mode 100644 index 000000000000..7733a6633626 --- /dev/null +++ b/app-shells/tcsh/files/digest-tcsh-6.12-r3 @@ -0,0 +1 @@ +MD5 dccf1e673103594546fe74c313932428 tcsh-6.12.00.tar.gz 824297 diff --git a/app-shells/tcsh/files/tcsh-complete b/app-shells/tcsh/files/tcsh-complete index 866583d5e26f..9efc63ff9c23 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.3 2003/12/22 15:07:59 gmsoft Exp $ +## $Id: tcsh-complete,v 1.4 2003/12/22 15:31:12 gmsoft Exp $ ## ## Based on the TCSH complete.tcsh script, with changed from the TCSHRC ## package (http://tcshrc.sourceforge.net) @@ -919,11 +919,11 @@ endif #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`'@ |