From owner-freebsd-questions Tue Dec 17 17:08:14 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA05571 for questions-outgoing; Tue, 17 Dec 1996 17:08:14 -0800 (PST) Received: from x3.boston.juno.com (x3.boston.juno.com [205.231.100.22]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id RAA05560 for ; Tue, 17 Dec 1996 17:08:10 -0800 (PST) Received: (from hounddog@juno.com) by x3.boston.juno.com (queuemail) id UgS00456; Tue, 17 Dec 1996 20:06:38 EST To: questions@freebsd.org Date: Tue, 17 Dec 1996 20:05:27 est Subject: su warning Message-ID: <19961217.200533.7999.0.hounddog@juno.com> X-Mailer: Juno 1.15 X-Juno-Line-Breaks: 0-1,3-4,9 From: hounddog@juno.com (Hans N Gruber) Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Switching to root via su I get the following warning: Warning: Imported Path Contains Relative Components. I didn't change anything in my path that I know of and I can't find anything that looks relative to me. What does this mean? Thanks, Dave P.S. While I'm at it...to get my Bash prompt to display current working directory what is the proper syntax? I've tried everything I've found so far. It is my understanding from reading the man pages that I should create a .bash_login (as opposed to .bashrc) but I cannot get the promt working.