From owner-freebsd-questions@FreeBSD.ORG Mon May 15 20:36:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 49EB416A99F for ; Mon, 15 May 2006 20:36:41 +0000 (UTC) (envelope-from atom.powers@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7472943D46 for ; Mon, 15 May 2006 20:36:40 +0000 (GMT) (envelope-from atom.powers@gmail.com) Received: by nz-out-0102.google.com with SMTP id l1so122745nzf for ; Mon, 15 May 2006 13:36:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=s/yLbSB4HywWiroYXx9IHmr/FrnzPrh8I219K1chyfHClj2v/fsEI7v/fuG73uwqoaaSwuokrmvYuuLO5O1yloar1DQRMZMFsleDzz7xzOJbQ9W5b2G5/HIQxxKIaJYtyr82r33SKZ1VMq8eBnbqFr3C58GOistgyCcYr6AZago= Received: by 10.64.24.20 with SMTP id 20mr165693qbx; Mon, 15 May 2006 13:36:38 -0700 (PDT) Received: by 10.65.150.9 with HTTP; Mon, 15 May 2006 13:36:38 -0700 (PDT) Message-ID: Date: Mon, 15 May 2006 13:36:38 -0700 From: "Atom Powers" To: "freebsd-questions@freebsd.org" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: newly installed apps not in path? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 20:36:41 -0000 I've noticed this behavior since 4.3, but it's just now starting to get really annoying. Whan I install a new application (from ports) I have to execute it with the full path until I start a new shell. (in sh, tcsh, and bash) What causes this behavior, and how can I fix it (cause newly installed apps to be executable without a full path)? ---- DIT793# which sudo sudo: Command not found. DIT793# portinstall sudo ... DIT793# ll /usr/local/bin/sudo ---s--x--x 2 root wheel 89020 May 15 13:31 /usr/local/bin/sudo DIT793# which sudo sudo: Command not found. DIT793# tcsh DIT793# which sudo /usr/local/bin/sudo DIT793# exit exit DIT793# which sudo sudo: Command not found. --=20 -- Perfection is just a word I use occasionally with mustard. --Atom Powers--