summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Martin <gmsoft@gentoo.org>2003-12-22 15:31:22 +0000
committerGuy Martin <gmsoft@gentoo.org>2003-12-22 15:31:22 +0000
commit94409af353b9d22e1b0bad574ac4005ef9fe2b4a (patch)
tree62f1834083bdf8cd747509068014728d13cb36ce /app-shells/tcsh/files
parentRevision bump to fix bug #33155. Marked stable on hppa. (diff)
downloadgentoo-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-r31
-rw-r--r--app-shells/tcsh/files/tcsh-complete12
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`'@