Bug 185196

Summary: [handbook][patch] Update network-servers Samba information to samba36
Product: Documentation Reporter: David Bern <odiegit>
Component: Books & ArticlesAssignee: Benedict Reuschling <bcr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description David Bern 2013-12-26 05:10:00 UTC
The FreeBSD Handbook section 28.10 refers to samba34. The current version is samba36 and so the handbook should be updated to reflect this.

Fix: A patch is provided which changes the version mentioned from samba34 to samba36.

Patch attached with submission follows:
How-To-Repeat: Read the page at https://www.freebsd.org/doc/handbook/network-samba.html
Comment 1 Benedict Reuschling freebsd_committer freebsd_triage 2013-12-26 14:30:22 UTC
Responsible Changed
From-To: freebsd-doc->bcr

Take this one.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-26 14:35:57 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"
Comment 3 Benedict Reuschling freebsd_committer freebsd_triage 2013-12-26 14:38:48 UTC
State Changed
From-To: open->closed

Patch committed without changes. Thanks for submitting it! PR closed.