[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/tcsh/tcsh.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] C shell with file name completion and command line editing [T] Tcsh is a version of the Berkeley C-Shell, with the addition of: a command [T] line editor, command and file name completion, listing, etc. and a bunch of [T] small additions to the shell itself. [A] William Joy and many others [M] Rene Rebe [C] extra/shell [F] CROSS [L] OpenSource [S] Stable [V] 6.24.10 [P] X -----5---9 106.700 [D] ae63ca572f9eec6731de3519c33c7d62c1539931d695135d0a668b87 tcsh-6.24.10.tar.gz http://ftp.funet.fi/pub/unix/shells/tcsh/ fix_usrbin_bin() { if [ -f $root/usr/bin/tcsh ]; then mv -vf $root/usr/bin/tcsh $root/bin/tcsh ln -sf $root/bin/tcsh $root/bin/csh fi } hook_add postmake 5 "fix_usrbin_bin" makeinstopt="$makeinstopt install.man"