From owner-cvs-all Sat Mar 25 12:23:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 470F437B901; Sat, 25 Mar 2000 12:23:41 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA76070; Sat, 25 Mar 2000 12:23:42 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Message-Id: <200003252023.MAA76070@freefall.freebsd.org> From: Robert Watson Date: Sat, 25 Mar 2000 12:23:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/skel dot.cshrc dot.login src/etc/root dot.cshrc dot.login Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/03/25 12:23:40 PST Modified files: share/skel dot.cshrc dot.login etc/root dot.cshrc dot.login Log: o Migrate path, umask from dot.login to dot.cshrc o Comment out display of fortune by default. o Synch root's .cshrc/.login and non-root's .cshrc/.login in terms of gratuitous variables set (EDITOR). o Remove some commented out variables set inconsistently or gratuitously, such as Interviews settings, 8-bit German locale for root only. o Synchronize comments in header, as well as references to appropriate man pages. o Remove MANPATH setting as apparently /etc/manpath.config does all that already. Similar changes probably need to be made in other dot.* files for root and skel, as all of these files seem to set different aliases, environmental variables, prompts, and have different semantics. As a result of this patch, leaving aside the setting of a special prompt for root, users of csh and tcsh should find similar environments when logging in or su'ing to any account using that shell. Reviewed by: asmodai, nbm, will Revision Changes Path 1.11 +7 -3 src/share/skel/dot.cshrc 1.15 +4 -15 src/share/skel/dot.login 1.26 +9 -3 src/etc/root/dot.cshrc 1.21 +6 -14 src/etc/root/dot.login To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message