From nobody@FreeBSD.org  Wed Mar 10 15:12:39 2010
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 2A1EA106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 10 Mar 2010 15:12:39 +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 197928FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 10 Mar 2010 15:12:39 +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 o2AFCciq002444
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 10 Mar 2010 15:12:38 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o2AFCcfw002443;
	Wed, 10 Mar 2010 15:12:38 GMT
	(envelope-from nobody)
Message-Id: <201003101512.o2AFCcfw002443@www.freebsd.org>
Date: Wed, 10 Mar 2010 15:12:38 GMT
From: Stefan Krueger <stadtkind2@gmx.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: domainname manpage contains old information
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         144630
>Category:       docs
>Synopsis:       [patch] domainname(1) manpage contains old information
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    joel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 10 15:20:05 UTC 2010
>Closed-Date:    Mon Apr 22 17:56:09 UTC 2013
>Last-Modified:  Sat Dec  7 00:00:00 UTC 2013
>Originator:     Stefan Krueger
>Release:        FreeBSD-8.0
>Organization:
>Environment:
shouldn't matter
>Description:
domainname(1) still reads (on 7.x and 8.x at least, haven't checked 6.x)

"The super-user can set the domain name by supplying an argument; this is usually done in the network initialization script /etc/rc.network, normally run at boot time."

as /etc/rc.network doesn't exist anymore, it seems that this statement was obsoleted by the rc.d framework and should rather point to rc.conf's nisdomainname="..." now IMHO
>How-To-Repeat:
man domainname
>Fix:


>Release-Note:
>Audit-Trail:

Date: Thu, 01 Jul 2010 15:20:10 +0400
From: Fel <wtfcrap@mail.ru>
Reply-To: Fel <wtfcrap@mail.ru>
Subject: domainname(1) manpage contains old information

 This is a patch for this PR
 
 > svn diff
 Index: domainname.1
 ===================================================================
 --- domainname.1        (revision 209623)
 +++ domainname.1        (working copy)
 @@ -43,11 +43,11 @@
  .Nm
  utility prints the name of the current YP/NIS domain.
  The super-user can
 -set the domain name by supplying an argument; this is usually done in the
 -network initialization script
 -.Pa /etc/rc.network ,
 -normally run at boot
 -time.
 +set the domain name by supplying an argument; this is usually done with variable
 +.Pa nisdomainname
 +in the initialization script
 +.Pa /etc/rc.conf ,
 +normally run at boot time.
  .Sh NOTES
  The YP/NIS (formerly ``Yellow Pages'' but renamed for legal reasons)
  domain name does not necessarily have anything to do with the Domain
Responsible-Changed-From-To: freebsd-doc->joel 
Responsible-Changed-By: joel 
Responsible-Changed-When: Mon Apr 22 11:01:21 UTC 2013 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144630 
State-Changed-From-To: open->closed 
State-Changed-By: joel 
State-Changed-When: Mon Apr 22 17:55:33 UTC 2013 
State-Changed-Why:  
Patch committed with some modifications. Thanks. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/144630: commit references a PR
Date: Mon, 22 Apr 2013 17:55:20 +0000 (UTC)

 Author: joel (doc committer)
 Date: Mon Apr 22 17:55:12 2013
 New Revision: 249769
 URL: http://svnweb.freebsd.org/changeset/base/249769
 
 Log:
   Point users towards nisdomainname and rc.conf.
   
   PR:		144630
   Submitted by:	Stefan Krueger <stadtkind2@gmx.de>,
   		Fel <wtfcrap@mail.ru>
 
 Modified:
   head/bin/domainname/domainname.1
 
 Modified: head/bin/domainname/domainname.1
 ==============================================================================
 --- head/bin/domainname/domainname.1	Mon Apr 22 17:38:26 2013	(r249768)
 +++ head/bin/domainname/domainname.1	Mon Apr 22 17:55:12 2013	(r249769)
 @@ -29,7 +29,7 @@
  .\"	From: @(#)hostname.1	8.1 (Berkeley) 5/31/93
  .\" $FreeBSD$
  .\"
 -.Dd September 18, 1994
 +.Dd April 22, 2013
  .Dt DOMAINNAME 1
  .Os
  .Sh NAME
 @@ -43,10 +43,11 @@ The
  .Nm
  utility prints the name of the current YP/NIS domain.
  The super-user can
 -set the domain name by supplying an argument; this is usually done in the
 -network initialization script
 -.Pa /etc/rc.network ,
 -normally run at boot
 +set the domain name by supplying an argument; this is usually done with the
 +.Va nisdomainname
 +variable in the
 +.Pa /etc/rc.conf
 +file, normally run at boot
  time.
  .Sh NOTES
  The YP/NIS (formerly ``Yellow Pages'' but renamed for legal reasons)
 @@ -54,7 +55,8 @@ domain name does not necessarily have an
  Name System domain name, although they are often set equal for administrative
  convenience.
  .Sh SEE ALSO
 -.Xr getdomainname 3
 +.Xr getdomainname 3 ,
 +.Xr rc.conf 5
  .Sh HISTORY
  The
  .Nm
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: 9367273213@mypixmessages.com
To: bug-followup@FreeBSD.org, stadtkind2@gmx.de
Cc:  
Subject: Re: docs/144630: [patch] domainname(1) m
Date: Fri, 6 Dec 2013 23:55:15 +0000

 --__CONTENT_64564_PART_BOUNDARY__33243242__
 Content-Type: text/plain;
  charset=utf-8;
  name="text_0.txt"
 Content-ID: <text_0.txt>
 Content-Location: text_0.txt
 
 Help
 
 --__CONTENT_64564_PART_BOUNDARY__33243242__
 Content-Type: text/plain; charset=UTF-8
 
 This picture message or video message was sent using Multimedia Messaging Service. 
 
 To play video messages sent to email, Apple QuickTime 6.5 or higher is required. Visit www.apple.com/quicktime/download to download the free player or upgrade your existing QuickTime Player. Note: During the download process when asked to choose an installation type (Minimum, Recommended or Custom), select Minimum for faster download.
 --__CONTENT_64564_PART_BOUNDARY__33243242__--
 
>Unformatted:
