From owner-freebsd-current@FreeBSD.ORG Sat Oct 8 21:53:37 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 687BC106568A for ; Sat, 8 Oct 2011 21:53:37 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 235718FC19 for ; Sat, 8 Oct 2011 21:53:36 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id p98LrZlK009806; Sat, 8 Oct 2011 15:53:35 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id p98LrZif009803; Sat, 8 Oct 2011 15:53:35 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 8 Oct 2011 15:53:35 -0600 (MDT) From: Warren Block To: Garrett Cooper In-Reply-To: Message-ID: References: <8e42ff5adc4823b6a46fb59704a2bca5.squirrel@eternamente.info> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Sat, 08 Oct 2011 15:53:35 -0600 (MDT) Cc: Greg Miller , freebsd-current@freebsd.org, Nenhum_de_Nos Subject: Re: flash for 9-beta3 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2011 21:53:37 -0000 On Sat, 8 Oct 2011, Garrett Cooper wrote: > On Sat, Oct 8, 2011 at 2:21 PM, Greg Miller wrote: >> On 10/8/11, Nenhum_de_Nos wrote: >>> as recently had issues in this regard, to install it can I just use >>> http://www.freebsd.org/doc/handbook/desktop-browsers.html or there is >>> another guide ? >> >> I've just noticed that I never actually added the symbolic link, but >> I've otherwise followed the 8.x instructions you linked to in the >> handbook, and my Flash is working nicely on 9.0B3. > > Every time you update the port, you must re-run nspluginwrapper. Seems > like the port itself is sort of broken by not doing this by default > with the post-install script. nspluginwrapper needs to be run as the end user. The port post-install could loop through all users looking for links to update, but that seems questionably secure. A script that makes it easier but doesn't run automatically, like perl-after-upgrade, maybe.