From owner-freebsd-gnome@FreeBSD.ORG Sun Jul 15 19:28:21 2007 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 92F2716A400 for ; Sun, 15 Jul 2007 19:28:21 +0000 (UTC) (envelope-from raby.jean@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 2A8DB13C461 for ; Sun, 15 Jul 2007 19:28:20 +0000 (UTC) (envelope-from raby.jean@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so958820uge for ; Sun, 15 Jul 2007 12:28:20 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=tBi+BNmxPCfTnFG7XWlTr09Q1Tbh9UKtx/LtpEuDxGjEXgXphHkTVgVo7XPeVZdhPBzjc8PLxzekXIHjVu0Y56frF6rNxUTTlCXQkVaFIedmQGVD1ZOb/iUKZJESPwGN59Lnqjo9IZpD4nHi+P1npULsLWwy7nkpvRs/z9X/VFs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=O5ixPwl+O3rB9B/N/vZV+iC+o2kOlO78RiAZ9y8updc8061Ymm3st+daaP/tyTBOJWz4ZJW+caVoxC65y1t3O552LKmU5wrBoDURCaWfXwkjiY5EGazxAdY1A8T1tO2ka5D0kxJWU3k2ogWDxivaphUv6jTHBdoD24mvMNkZfaE= Received: by 10.78.131.8 with SMTP id e8mr995186hud.1184526176800; Sun, 15 Jul 2007 12:02:56 -0700 (PDT) Received: by 10.78.146.14 with HTTP; Sun, 15 Jul 2007 12:02:56 -0700 (PDT) Message-ID: Date: Sun, 15 Jul 2007 15:02:56 -0400 From: "Jean Raby" To: gnome@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: firefox - package install with sudo X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jul 2007 19:28:21 -0000 Hello, I just installed 6.2 STABLE (june snap), and I'm installing some software I need. I noticed that when installing firefox as a normal user, with sudo (sudo pkg_add -vr firefox) I can run firefox as root, but not as the normal user which ran the above command. It seems like the installation creates an *empty* directory (.mozilla) in the home of the user which ran the pkg_add command. Is it a known behavior? Maybe i should install packages as root, with its environment, but still, I think it is weird that a package would create a directory in the home of the installing user, at installation time. Thanks. -- Jean