From nobody@FreeBSD.org  Tue May  2 13:33:59 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6FA6516A400
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  2 May 2006 13:33:59 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3D44043D45
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  2 May 2006 13:33:59 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k42DXxhQ031392
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 2 May 2006 13:33:59 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k42DXxWC031391;
	Tue, 2 May 2006 13:33:59 GMT
	(envelope-from nobody)
Message-Id: <200605021333.k42DXxWC031391@www.freebsd.org>
Date: Tue, 2 May 2006 13:33:59 GMT
From: Jeff Ito <ijk@speakeasy.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] mountd(8) fails to indicate debug mode does not detach from controlling terminal
X-Send-Pr-Version: www-2.3

>Number:         96660
>Category:       docs
>Synopsis:       [patch] mountd(8) fails to indicate debug mode does not detach from controlling terminal
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    keramida
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 02 13:40:17 GMT 2006
>Closed-Date:    Tue Aug 08 12:26:27 GMT 2006
>Last-Modified:  Tue Aug 08 12:26:27 GMT 2006
>Originator:     Jeff Ito
>Release:        HEAD
>Organization:
>Environment:
>Description:
mountd(8) does not indicate that the debug flag does not detach from the controlling terminal.
>How-To-Repeat:

>Fix:
verbiage taken from netbsd


Index: mountd.8
===================================================================
RCS file: /home/ncvs/src/usr.sbin/mountd/mountd.8,v
retrieving revision 1.27
diff -u -r1.27 mountd.8
--- mountd.8    7 Aug 2004 04:27:51 -0000       1.27
+++ mountd.8    2 May 2006 13:33:18 -0000
@@ -64,6 +64,9 @@
 protocol to mount file systems from this server.
 .It Fl d
 Output debugging information.
+.Nm
+will not detach from the controlling terminal and will print
+debugging messages to stderr.
 .It Fl l
 Cause all succeeded
 .Nm

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: keramida 
State-Changed-When: Tue May 2 21:00:55 UTC 2006 
State-Changed-Why:  
Committed to HEAD.  Thank you :-) 


Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Tue May 2 21:00:55 UTC 2006 
Responsible-Changed-Why:  
I'll handle the MFC of this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=96660 
State-Changed-From-To: patched->closed 
State-Changed-By: keramida 
State-Changed-When: Tue Aug 8 12:25:18 UTC 2006 
State-Changed-Why:  
MFC'ed to RELENG_6 and RELENG_5 now. 

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