On 20 May 2013 16:53, "sindrome" <[email protected]> wrote: > > echo $PATH > /bin:/usr/lib:/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/local/lib32/compat:/usr/X11R6/bin:/home/sindrome/.gnupg:/home/sindrome/bin:/home/sindrome/docs:/home/sindrome/docs/info:/home/sindrome/docs/config:/sbin:/bin:/etc:/usr/local/etc::/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:.
Why is there so much there?? You really need to strip that down, and your problems probably stem from the . in there. Also /usr/X11R6 is a symlink to /usr/local, so you can remove that too. Lib, lib32/compat, /usr/local/etc are inappropriate for PATH, they don't contain programs you should normally execute. Chris _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
