From owner-freebsd-questions Fri Oct 2 23:07:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA04855 for freebsd-questions-outgoing; Fri, 2 Oct 1998 23:07:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lafcol (lafcol.lafayette.edu [139.147.8.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA04850 for ; Fri, 2 Oct 1998 23:07:48 -0700 (PDT) (envelope-from knollm@lafcol.lafayette.edu) Received: from believer by lafcol (SMI-8.6/SMI-SVR4) id CAA20332; Sat, 3 Oct 1998 02:06:14 -0400 Message-Id: <199810030606.CAA20332@lafcol> X-Sender: knollm@lafcol.lafayette.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0.2 Demo Date: Sat, 03 Oct 1998 02:21:59 -0400 To: questions@FreeBSD.ORG From: Mike Knoll Subject: xterm and paths Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have two accounts, 'root' and 'abcdef', abcdef is a member of wheel. When I login on either acount trough a text erminal, both have /usr/local/bin in their path. But, if I login through xdm, the xterm session on 'abcdef' as /usr/local/bin in the path, but 'root' does not. The acounts have the exact same home directory contents, and same shell(tcsh). The /etc/csh.* files do not set any paths. Adding an echo to each startup script(.login .profile .cshrc .shrc) notifies me that both acounts using xterm only run .cshrc. Adding the path to root's .cshrc will make things work, but why are the paths different for users that appear to be identical? Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message