Parent document is top of "comp.unix.aix Frequently Asked Questions (Part 4 of 5)"
Previous document is "4.14: Gnu dbm"
Next document is "4.16: Kyoto Common Lisp"
4.15 tcsh - an alternative shell
From: cordes@athos.cs.ua.edu (David Cordes)
tcsh is available from <ftp://ftp.deshaw.com/pub/tcsh>
Compiles with no problems. You must edit /etc/security/login.cfg to
permit users to change to this shell (chsh), adding the path where the
shell is installed (in my case, /usr/local/bin/tcsh).
>From: "A. Bryan Curnutt" <bryan@Stoner.COM>
Under AIX 3.2.5, you need to modify the "config.h" file, changing
#define BSDSIGS
to
#undef BSDSIGS
Parent document is top of "comp.unix.aix Frequently Asked Questions (Part 4 of 5)"
Previous document is "4.14: Gnu dbm"
Next document is "4.16: Kyoto Common Lisp"