Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 21853
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Nick Hadaway <nick@capital-internet.net>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Claudio Hidalgo <chidalgo@nic.cl>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 21853 depends on: Show dependency tree
Bug 21853 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-05-28 16:52 0000
in the TCSH shell, there is a file (/etc/profile.d/tcsh-complete) which
contains 
aliases definitios for many commands. One of them is the "mount" command.
The problem is when tcsh tries to complete mount points, because the default 
"mount" aliases point to a SV4-like filesystems => /etc/vfstab is used to find 
the mount points, but Linux lacks of /etc/vfstab (/etc/fstab is the correct).

Reproducible: Always
Steps to Reproduce:
1.run /bin/tcsh
2.try to run mount and then press [tab] to autocomplete mount points
3.An error is reported on the console, saying that "/etc/vfstab" doesn't exist

Actual Results:  
mount /[tab]grep: /etc/vfstab: No such file or directory

Expected Results:  
use /etc/fstab (not /etc/vfstab) and autocomplete

the default in /etc/profile.d/tcsh-complete is to use a SV4-like filesystems. 
The default must be change to an BSD-like filesystems (uncomment the suitable 
aliases available in the same conf file), in order to use /etc/fstab

------- Comment #1 From Nick Hadaway 2003-10-17 22:40:34 0000 -------
tcsh-complete has been updated in portage.  Thanks for the heads-up.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug