#1072 closed defect (fixed)
tcsh and /etc/shells
Reported by: | Owned by: | Randy McMurchy | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | VERIFIED |
Cc: |
Description ¶
The tsch instructions could suggest adding csh and tcsh to /etc/shells.
Also I think it should be installed in /bin, not /usr/bin configured: ./configure --prefix=/usr --bindir=/bin and linked: ln -s tcsh /bin/csh
so then, one would add /bin/csh and /bin/tcsh to /etc/shells
Change History (6)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Milestone: | future → 6.1 |
---|---|
Owner: | changed from | to
rep_platform: | PC → All |
comment:3 by , 20 years ago
Status: | new → assigned |
---|
comment:4 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Updated Tcsh instructions to install the tcsh program in /bin. Also provided instructions to update /etc/shells with the tcsh program names.
comment:5 by , 20 years ago
Keywords: | VERIFIED added |
---|
Note:
See TracTickets
for help on using tickets.
The FHS says the link can be to /usr/bin/tcsh or /bin/tcsh. Doesn't matter, I suppose. Adding --bindir isn't that big of a deal.