From nobody@FreeBSD.org  Thu Dec 26 05:09:47 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 68E5E3DC
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 26 Dec 2013 05:09:47 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 3ADA7100E
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 26 Dec 2013 05:09:47 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBQ59lmv019931
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 26 Dec 2013 05:09:47 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBQ59l6b019930;
	Thu, 26 Dec 2013 05:09:47 GMT
	(envelope-from nobody)
Message-Id: <201312260509.rBQ59l6b019930@oldred.freebsd.org>
Date: Thu, 26 Dec 2013 05:09:47 GMT
From: David Bern <odiegit@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [handbook][patch] Update network-servers Samba information to samba36
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         185196
>Category:       docs
>Synopsis:       [handbook][patch] Update network-servers Samba information to samba36
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bcr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 26 05:10:00 UTC 2013
>Closed-Date:    Thu Dec 26 14:39:39 UTC 2013
>Last-Modified:  Thu Dec 26 14:40:00 UTC 2013
>Originator:     David Bern
>Release:        10.0-RC2
>Organization:
>Environment:
FreeBSD freebsd 10.0-RC2 FreeBSD 10.0-RC2 #0 r259404: Sun Dec 15 11:45:13 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386
>Description:
The FreeBSD Handbook section 28.10 refers to samba34. The current version is samba36 and so the handbook should be updated to reflect this.
>How-To-Repeat:
Read the page at https://www.freebsd.org/doc/handbook/network-samba.html
>Fix:
A patch is provided which changes the version mentioned from samba34 to samba36.

Patch attached with submission follows:

--- chapter.xml.ori	2013-12-25 22:37:37.306007200 -0600
+++ chapter.xml	2013-12-25 22:34:37.283230600 -0600
@@ -4978,7 +4978,7 @@
     <para><application>Samba</application> software packages should
       be included on the &os; installation media.  If they were not
       installed when first installing &os;, then they may be
-      installed from the <package>net/samba34</package> port or
+      installed from the <package>net/samba36</package> port or
       package.</para>
 
 <!-- mention LDAP, Active Directory, WinBIND, ACL, Quotas, PAM, .. -->
@@ -4988,7 +4988,7 @@
 
       <para>A default <application>Samba</application> configuration
 	file is installed as
-	<filename>/usr/local/share/examples/samba34/smb.conf.default</filename>.
+	<filename>/usr/local/share/examples/samba36/smb.conf.default</filename>.
 	This file must be copied to
 	<filename>/usr/local/etc/smb.conf</filename> and customized
 	before <application>Samba</application> can be used.</para>
@@ -5161,7 +5161,7 @@
     <sect2>
       <title>Starting <application>Samba</application></title>
 
-      <para>The <package>net/samba34</package> port
+      <para>The <package>net/samba36</package> port
 	adds a new startup script, which can be used to control
 	<application>Samba</application>.  To enable this script, so
 	that it can be used for example to start, stop or restart


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->bcr  
Responsible-Changed-By: bcr 
Responsible-Changed-When: Thu Dec 26 14:30:22 UTC 2013 
Responsible-Changed-Why:  
Take this one.  

http://www.freebsd.org/cgi/query-pr.cgi?pr=185196 
State-Changed-From-To: open->closed 
State-Changed-By: bcr 
State-Changed-When: Thu Dec 26 14:38:48 UTC 2013 
State-Changed-Why:  
Patch committed without changes. Thanks for submitting it! PR closed. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/185196: commit references a PR
Date: Thu, 26 Dec 2013 14:35:57 +0000 (UTC)

 Author: bcr
 Date: Thu Dec 26 14:35:44 2013
 New Revision: 43384
 URL: http://svnweb.freebsd.org/changeset/doc/43384
 
 Log:
   Update Samba version to 3.6.
   
   PR:		docs/185196
   Submitted by:	David Bern
 
 Modified:
   head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml
 
 Modified: head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml
 ==============================================================================
 --- head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml	Thu Dec 26 01:40:34 2013	(r43383)
 +++ head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml	Thu Dec 26 14:35:44 2013	(r43384)
 @@ -4978,7 +4978,7 @@ DocumentRoot /www/someotherdomain.tld
      <para><application>Samba</application> software packages should
        be included on the &os; installation media.  If they were not
        installed when first installing &os;, then they may be
 -      installed from the <package>net/samba34</package> port or
 +      installed from the <package>net/samba36</package> port or
        package.</para>
  
  <!-- mention LDAP, Active Directory, WinBIND, ACL, Quotas, PAM, .. -->
 @@ -4988,7 +4988,7 @@ DocumentRoot /www/someotherdomain.tld
  
        <para>A default <application>Samba</application> configuration
  	file is installed as
 -	<filename>/usr/local/share/examples/samba34/smb.conf.default</filename>.
 +	<filename>/usr/local/share/examples/samba36/smb.conf.default</filename>.
  	This file must be copied to
  	<filename>/usr/local/etc/smb.conf</filename> and customized
  	before <application>Samba</application> can be used.</para>
 @@ -5161,7 +5161,7 @@ DocumentRoot /www/someotherdomain.tld
      <sect2>
        <title>Starting <application>Samba</application></title>
  
 -      <para>The <package>net/samba34</package> port
 +      <para>The <package>net/samba36</package> port
  	adds a new startup script, which can be used to control
  	<application>Samba</application>.  To enable this script, so
  	that it can be used for example to start, stop or restart
 _______________________________________________
 svn-doc-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-doc-all
 To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
 
>Unformatted:
