Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site elsie.UUCP Path: utzoo!watmath!clyde!burl!mgnetp!ihnp4!houxm!houxz!vax135!cornell!uw-beaver!tektronix!hplabs!hao!seismo!rlgvax!cvl!elsie!ado From: ado@elsie.UUCP Newsgroups: net.bugs.4bsd Subject: login built-in of 4.[12]bsd csh ignores ".logout" (w/change) Message-ID: <1095@elsie.UUCP> Date: Sun, 15-Jul-84 16:26:32 EDT Article-I.D.: elsie.1095 Posted: Sun Jul 15 16:26:32 1984 Date-Received: Thu, 19-Jul-84 04:03:23 EDT Organization: NIH-LEC, Bethesda, MD Lines: 13 When you use the built-in "login" command of the 4.[12]bsd "csh", it fails to act as if you had done a "source ~/.logout". If you want a "source ~/.logout" to be done on "login" commands, add this line to your ".login" file: alias login 'source ~/.logout; unalias login; eval login \!*' (The fact that both the unalias AND the eval are needed above seems like a bug to me; who knows?) -- ...decvax!allegra!umcp-cs!elsie!ado (301) 496-5688 (the DEC and VAX in decvax are Digital Equipment Corporation trademarks)