From owner-freebsd-questions@FreeBSD.ORG Sun Aug 10 12:39:55 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94306DE3 for ; Sun, 10 Aug 2014 12:39:55 +0000 (UTC) Received: from mail-we0-x230.google.com (mail-we0-x230.google.com [IPv6:2a00:1450:400c:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2C1532E6D for ; Sun, 10 Aug 2014 12:39:54 +0000 (UTC) Received: by mail-we0-f176.google.com with SMTP id q58so7404019wes.21 for ; Sun, 10 Aug 2014 05:39:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=l/SBieuLwz69l3l2LlGGZaf/t8k4PTz0MteD7d7EU9Q=; b=wbnMqAPAdGAYdTMVIJUpkXbp26/BSxKBIGWQJwlbv5J2VY1if6N9kvKTPK4E+Ji+kX lVM4SOQq2P+0Ky/hQF2K+Eg8aUn3nuCBi23ZCSgk9JYYBPZyHLuB3uGxNtmhdLtKq8Ai ngIV+QtBREp0B7dYhb0SRyqVcx09dwPmU+zNRLHzw9U9tc4LzvxSDAwzhXxWxVK9PfoA 9KZD0hngrq59ITo7dfCY5B9dLljGM80U0lwSfWxG0l2dAvT9XifUMhq/UHFcTdI1MK3U ZyEk1DTdc+kwv24IyAPQEWkr7QpTYe5WfNMUj9lPI94G17/T+fJX/Robg0tBcu4IzRFk VUtQ== X-Received: by 10.180.102.130 with SMTP id fo2mr8593059wib.29.1407674393371; Sun, 10 Aug 2014 05:39:53 -0700 (PDT) Received: from gumby.homeunix.com (5ec2dc78.skybroadband.com. [94.194.220.120]) by mx.google.com with ESMTPSA id ej10sm30738921wib.12.2014.08.10.05.39.52 for (version=SSLv3 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 10 Aug 2014 05:39:52 -0700 (PDT) Date: Sun, 10 Aug 2014 13:39:51 +0100 From: RW To: freebsd-questions@freebsd.org Subject: Re: tcsh login question .... Message-ID: <20140810133951.6cec14fd@gumby.homeunix.com> In-Reply-To: <20140810110733.GC26958@slackbox.erewhon.home> References: <53E66800.8000005@hiwaay.net> <20140810110733.GC26958@slackbox.erewhon.home> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2014 12:39:55 -0000 On Sun, 10 Aug 2014 13:07:33 +0200 Roland Smith wrote: > On Sat, Aug 09, 2014 at 01:27:12PM -0500, William A. Mahaffey III > wrote: > > > > > > .... when I shell into my newly minted FreeBSD 9.3 desktop, or > > login w/ a console login, everything under tcsh gets initialized > > AOK. I then activated xdm to manage logins (I like it that way), > > the /ect/csh.login file clearly does *not* get sourced. I have > > many aliases, prompt setting, & other goodies which are absent. The > > tcsh manpage clearly says it will be sourced at login, what gives ? > > The /etc/csh.login files is only read by *login* shells. The last time I looked (in KDE 3) KDM did simulate a login, but the more basic managers just provide a fixed environment.