From nobody@FreeBSD.org  Sat Aug 29 23:26:36 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B64ED106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 29 Aug 2009 23:26:36 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id A4F088FC15
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 29 Aug 2009 23:26:36 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n7TNQaoA029663
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 29 Aug 2009 23:26:36 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n7TNQavW029662;
	Sat, 29 Aug 2009 23:26:36 GMT
	(envelope-from nobody)
Message-Id: <200908292326.n7TNQavW029662@www.freebsd.org>
Date: Sat, 29 Aug 2009 23:26:36 GMT
From: Glen Barber <glen.j.barber@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] Handbook 6.2.3 - Replace /usr/local/lib/browser_plugins/ with $HOME/.mozilla/plugins
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         138319
>Category:       docs
>Synopsis:       [handbook] [patch] Handbook 6.2.3 - Replace /usr/local/lib/browser_plugins/ with $HOME/.mozilla/plugins
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 29 23:30:04 UTC 2009
>Closed-Date:    Sun Aug 30 14:39:46 UTC 2009
>Last-Modified:  Sun Aug 30 14:39:46 UTC 2009
>Originator:     Glen Barber
>Release:        8.0-BETA2
>Organization:
>Environment:
FreeBSD orion 8.0-BETA2 FreeBSD 8.0-BETA2 #12 r196200: Thu Aug 13 22:21:32 EDT 2009     root@orion:/usr/obj/usr/src/sys/ORION  i386
>Description:
Section 6.2.3 of the handbook is the last section referencing /usr/local/lib/browser_plugins/ to link FireFox plugins since PR docs/137703 was committed.
>How-To-Repeat:

>Fix:
The attached patch replaces the /usr/local/lib/browser_plugins/ directory with $HOME/.mozilla/plugins/ to keep the plugin location consistent throughout the handbook.




Patch attached with submission follows:

--- desktop/chapter.sgml.orig	2009-08-19 03:26:21.000000000 -0400
+++ desktop/chapter.sgml	2009-08-29 19:15:31.000000000 -0400
@@ -297,7 +297,7 @@
 	    created:</para>
 
       <screen>&prompt.root; <userinput>ln -s /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so \
-  /usr/local/lib/browser_plugins/</userinput></screen>
+  $HOME/.mozilla/plugins/</userinput></screen>
 	  </step>
 	</procedure>
 


>Release-Note:
>Audit-Trail:

From: Marc Fonvieille <blackend@FreeBSD.org>
To: Glen Barber <glen.j.barber@gmail.com>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: docs/138319: [patch] Handbook 6.2.3 - Replace
 /usr/local/lib/browser_plugins/ with $HOME/.mozilla/plugins
Date: Sun, 30 Aug 2009 12:13:30 +0200

 On Sat, Aug 29, 2009 at 11:26:36PM +0000, Glen Barber wrote:
 > 
 > >Number:         138319
 > >Category:       docs
 > >Synopsis:       [patch] Handbook 6.2.3 - Replace /usr/local/lib/browser_plugins/ with $HOME/.mozilla/plugins
 > >Confidential:   no
 > >Severity:       non-critical
 > >Priority:       low
 > >Responsible:    freebsd-doc
 > >State:          open
 > >Quarter:        
 > >Keywords:       
 > >Date-Required:
 > >Class:          doc-bug
 > >Submitter-Id:   current-users
 > >Arrival-Date:   Sat Aug 29 23:30:04 UTC 2009
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     Glen Barber
 > >Release:        8.0-BETA2
 > >Organization:
 > >Environment:
 > FreeBSD orion 8.0-BETA2 FreeBSD 8.0-BETA2 #12 r196200: Thu Aug 13 22:21:32 EDT 2009     root@orion:/usr/obj/usr/src/sys/ORION  i386
 > >Description:
 > Section 6.2.3 of the handbook is the last section referencing /usr/local/lib/browser_plugins/ to link FireFox plugins since PR docs/137703 was committed.
 > >How-To-Repeat:
 > 
 > >Fix:
 > The attached patch replaces the /usr/local/lib/browser_plugins/ directory with $HOME/.mozilla/plugins/ to keep the plugin location consistent throughout the handbook.
 > 
 > 
 > 
 > 
 > Patch attached with submission follows:
 > 
 > --- desktop/chapter.sgml.orig	2009-08-19 03:26:21.000000000 -0400
 > +++ desktop/chapter.sgml	2009-08-29 19:15:31.000000000 -0400
 > @@ -297,7 +297,7 @@
 >  	    created:</para>
 >  
 >        <screen>&prompt.root; <userinput>ln -s /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so \
 > -  /usr/local/lib/browser_plugins/</userinput></screen>
 > +  $HOME/.mozilla/plugins/</userinput></screen>
 >  	  </step>
 >  	</procedure>
 >
 
 The problem here is that you will install directly the linux plugin,
 i.e., libflashplayer.so and not the wrapped version.
 In the Java section, it's not a problem since we link a native (FreeBSD)
 plugin.
 
 -- 
 Marc
State-Changed-From-To: open->closed 
State-Changed-By: blackend 
State-Changed-When: Sun Aug 30 14:39:12 UTC 2009 
State-Changed-Why:  
Let's close this PR per request of the submitter. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138319 
>Unformatted:
