From owner-freebsd-questions@FreeBSD.ORG Wed Aug 13 15:00:15 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 712DB37B401 for ; Wed, 13 Aug 2003 15:00:15 -0700 (PDT) Received: from web1.nexusinternetsolutions.net (web1.nexusinternetsolutions.net [206.47.131.12]) by mx1.FreeBSD.org (Postfix) with SMTP id 7FB6743F75 for ; Wed, 13 Aug 2003 15:00:11 -0700 (PDT) (envelope-from dave@hawk-systems.com) Received: (qmail 27920 invoked from network); 13 Aug 2003 22:00:00 -0000 Received: from unknown (HELO ws1) (65.49.236.97) by web1.nexusinternetsolutions.net with SMTP; 13 Aug 2003 22:00:00 -0000 From: "Dave [Hawk-Systems]" To: "ccatanzaro" , Date: Wed, 13 Aug 2003 17:59:59 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <000801c361e4$25bdf670$0201a8c0@P933> Importance: Normal Subject: RE: quickquestion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2003 22:00:15 -0000 >Installed XFree86 using ports method: > ># cd /usr/ports/x11/XFree86-4 ># make install clean > > >now trying to run 'XFree86-configure' so i can configure it - but i >can not locate the program anywhere! locate XFree86-configure or which XFree86-configure might be a good place to start >On a larger scale can i am tired of constantly changing dirs to run >apps. can i adjust an environment variable to run programs from any >dir i am in, instead searching through everything. I installed a lot >of port software but can't seem to be able to run or find any of it. thats usually what /usr/local/bin and sbin are for (at least in my usage) since they are in your path, simply symlink your port after installing it into that directory. Dave