mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
313cc21d95
PR: ports/8056 Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG>
12 lines
424 B
Plaintext
12 lines
424 B
Plaintext
bin/tcsh
|
|
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
|
|
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
|
|
share/doc/tcsh/FAQ
|
|
share/doc/tcsh/Fixes
|
|
share/doc/tcsh/README
|
|
share/doc/tcsh/WishList
|
|
share/doc/tcsh/complete.tcsh
|
|
@dirrm share/doc/tcsh
|
|
share/nls/C/tcsh.cat
|
|
share/nls/C/tcsh.m
|