diff options
author | 2003-12-22 15:08:09 +0000 | |
---|---|---|
committer | 2003-12-22 15:08:09 +0000 | |
commit | 1128b37292bcf9fa34fb9e3450c7f0103428792c (patch) | |
tree | ce4b2ac31a6918bd110014a706fd0936df53a994 /app-shells/tcsh/files | |
parent | a lot, please take a look at the changelog (diff) | |
download | gentoo-2-1128b37292bcf9fa34fb9e3450c7f0103428792c.tar.gz gentoo-2-1128b37292bcf9fa34fb9e3450c7f0103428792c.tar.bz2 gentoo-2-1128b37292bcf9fa34fb9e3450c7f0103428792c.zip |
Fixed bug #33155. Marked stable on hppa.
Diffstat (limited to 'app-shells/tcsh/files')
-rw-r--r-- | app-shells/tcsh/files/tcsh-complete | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app-shells/tcsh/files/tcsh-complete b/app-shells/tcsh/files/tcsh-complete index 660b19d56850..866583d5e26f 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.2 2003/10/18 05:40:05 raker Exp $ +## $Id: tcsh-complete,v 1.3 2003/12/22 15:07:59 gmsoft Exp $ ## ## Based on the TCSH complete.tcsh script, with changed from the TCSHRC ## package (http://tcshrc.sourceforge.net) @@ -917,13 +917,13 @@ endif # 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`'/ + # 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`'@ |