From dennylin93@cnmc32.hs.ntnu.edu.tw  Fri Dec 18 23:41:04 2009
Return-Path: <dennylin93@cnmc32.hs.ntnu.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 70EA3106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Dec 2009 23:41:04 +0000 (UTC)
	(envelope-from dennylin93@cnmc32.hs.ntnu.edu.tw)
Received: from mx.hs.ntnu.edu.tw (mx.hs.ntnu.edu.tw [140.131.149.2])
	by mx1.freebsd.org (Postfix) with ESMTP id 409B68FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Dec 2009 23:41:04 +0000 (UTC)
Received: by mx.hs.ntnu.edu.tw (Postfix, from userid 1002)
	id B03C36FC438; Sat, 19 Dec 2009 07:41:02 +0800 (CST)
Message-Id: <20091218234102.B03C36FC438@mx.hs.ntnu.edu.tw>
Date: Sat, 19 Dec 2009 07:41:02 +0800 (CST)
From: Denny Lin <dennylin93@cnmc32.hs.ntnu.edu.tw>
Reply-To: Denny Lin <dennylin93@cnmc32.hs.ntnu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Added note about architectures when using Java
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         141765
>Category:       docs
>Synopsis:       [handbook] [patch] Added note about architectures when using Java
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 18 23:50:01 UTC 2009
>Closed-Date:    Thu Jun 17 18:13:24 UTC 2010
>Last-Modified:  Thu Jun 17 18:20:03 UTC 2010
>Originator:     Denny Lin
>Release:        FreeBSD 7.2-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD cnmc32.hs.ntnu.edu.tw 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Mon Oct 26 19:41:45 CST 2009 root@cnmc32.hs.ntnu.edu.tw:/usr/obj/usr/src/sys/CNMC32 amd64


	
>Description:
The example in the Handbook uses the i386 architecture. Some users may
not notice this when installing Java.
	
>How-To-Repeat:
	
>Fix:

	

--- handbook-desktop-chapter.sgml.patch begins here ---
--- doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml.orig	2009-12-17 13:40:02.000000000 +0800
+++ doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml	2009-12-19 07:37:05.000000000 +0800
@@ -229,15 +229,20 @@
 	plugin should be listed there now.  If it is not, each user
 	will have to run the following command:</para>
 
-      <screen>&prompt.user; <userinput>ln -s /usr/local/diablo-jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so \
+      <screen>&prompt.user; <userinput>ln -s /usr/local/diablo-jre1.6.0/plugin/<replaceable>i386</replaceable>/ns7/libjavaplugin_oji.so \
   $HOME/.mozilla/plugins/</userinput></screen>
 
       <para>or, if you installed the <application>Diablo
 	&jdk;</application> package:</para>
 
-      <screen>&prompt.user; <userinput>ln -s /usr/local/diablo-jdk1.6.0/jre/plugin/i386/ns7/libjavaplugin_oji.so \
+      <screen>&prompt.user; <userinput>ln -s /usr/local/diablo-jdk1.6.0/jre/plugin/<replaceable>i386</replaceable>/ns7/libjavaplugin_oji.so \
   $HOME/.mozilla/plugins/</userinput></screen>
 
+      <note>
+	<para>The commands above assume that you are using the &i386;
+	  architecture.</para>
+      </note>
+
       <para>Then relaunch your browser.</para>
     </sect2>
 
--- handbook-desktop-chapter.sgml.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->bcr  
Responsible-Changed-By: bcr 
Responsible-Changed-When: Thu Feb 4 20:48:23 UTC 2010 
Responsible-Changed-Why:  
I will work on that. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141765 
Responsible-Changed-From-To: bcr->freebsd-doc 
Responsible-Changed-By: bcr 
Responsible-Changed-When: Sun Apr 25 11:14:02 UTC 2010 
Responsible-Changed-Why:  
Throw this back into the pool. I have insufficient time right now to 
take care of it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141765 
State-Changed-From-To: open->closed 
State-Changed-By: blackend 
State-Changed-When: Thu Jun 17 18:13:02 UTC 2010 
State-Changed-Why:  
Done.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141765 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/141765: commit references a PR
Date: Thu, 17 Jun 2010 18:11:47 +0000 (UTC)

 blackend    2010-06-17 18:11:37 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/handbook/desktop chapter.sgml 
   Log:
   - Update Firefox section to match the versions surrently supported by
     our ports tree;
   - Mention amd64 packages for the Java Plugin;
   - Inform people that Firefox 3.6 is not supported by the Java Plugin.
   
   PR:             docs/141636, docs/141765
   Submitted by:   Denny Lin <dennylin93@hs.ntnu.edu.tw>
   
   Revision  Changes    Path
   1.96      +16 -7     doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
