Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Nov 1998 09:23:31 -0500
From:      Stephen Derdau <sderdau@bit-net.com>
To:        "FreeBSD .org" <questions@FreeBSD.ORG>
Subject:   XDM root path & just a user path
Message-ID:  <363DC063.AAF0F510@bit-net.com>

next in thread | raw e-mail | index | archive | help
I'm running XDM and have it started 
via /etc/rc.local   
xdm -f /etc/xdm.conf
	!/bin/sh
		if [ -x /usr/X11R6/bin/xdm ] ; then
       	 # need to cleanup first.
        if [ -f /usr/X11R6/lib/X11/xdm-pid ] ; then
        rm -f /usr/X11R6/lib/X11/xdm/xdm-pid
        fi
        	# now, we can start it.
        echo -n "xdm";  /usr/X11R6/bin/xdm
fi

Everything works better than being locked out on my
keyboard by starting it via /usr/local/etc/rc.d/xdm.sh

Any way I can't figure out why when I log in as root
It doesn't see the patch /usr/local/bin.

Logged in as a user all is ok ...logged in as root I can't 
	call up pine and it appears anything else under 
	/usr/local/bin

I have the same files for root and user for:
.cshrc
.login
.profile
.xsession

Anything else I can be missing.
Can't figure out why I can't callup pine
as root but can as a regular user :-(
	
-- 
Thank You

/SD
FreeBSD 2.2.7-STABLE #0: Mon Aug 24 02:20:10 EDT 1998 
**http://www.freebsd.org/search.html "Alot of answers found here see
FAQ's"**
***** FreeBSD IT's HARD TO BELIEVE IT IS FREE ! http://www.FreeBSD.org
*****

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?363DC063.AAF0F510>