From nobody@FreeBSD.org  Wed Dec 17 00:57:59 2008
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 D0B31106567B
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 17 Dec 2008 00:57:59 +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 A1E9C8FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 17 Dec 2008 00:57:59 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mBH0vxG7093745
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 17 Dec 2008 00:57:59 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id mBH0vxbO093744;
	Wed, 17 Dec 2008 00:57:59 GMT
	(envelope-from nobody)
Message-Id: <200812170057.mBH0vxbO093744@www.freebsd.org>
Date: Wed, 17 Dec 2008 00:57:59 GMT
From: Glen Barber <glen.j.barber@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Typo in /etc/exports.disabled
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         129699
>Category:       conf
>Synopsis:       [patch] Typo in /etc/exports.disabled
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    maxim
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 17 01:00:03 UTC 2008
>Closed-Date:    Sun Jan 11 08:40:55 UTC 2009
>Last-Modified:  Sun Jan 11 08:40:55 UTC 2009
>Originator:     Glen Barber
>Release:        7.1-RC1
>Organization:
n/a
>Environment:
FreeBSD freebsdnas.phoenix 7.1-RC1 FreeBSD 7.1-RC1 #0: Sun Dec  7 05:57:33 UTC 2008    root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386 
>Description:
Typo in /etc/exports.disabled:

/etc/exports.disabled specifies (line 2) '/usr/src' and '/usr/ports' are set read-only, but example shows '/usr/src' and '/usr/obj'.
>How-To-Repeat:
n/a
>Fix:
diff:

6c6
< #/usr/src /usr/obj -ro  calvin hobbes
---
> #/usr/src /usr/ports -ro  calvin hobbes


>Release-Note:
>Audit-Trail:

From: Maxim Konovalov <maxim@macomnet.ru>
To: Glen Barber <glen.j.barber@gmail.com>
Cc: bug-followup@freebsd.org
Subject: Re: misc/129699: Typo in /etc/exports.disabled
Date: Wed, 17 Dec 2008 09:59:05 +0300 (MSK)

 > >Environment:
 > FreeBSD freebsdnas.phoenix 7.1-RC1 FreeBSD 7.1-RC1 #0: Sun Dec  7 05:57:33 UTC 2008    root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
 > >Description:
 > Typo in /etc/exports.disabled:
 >
 There is no such file in my 7.1.  Are you sure it's not locally
 invented?
 
 --
 Maxim Konovalov

From: "Glen Barber" <glen.j.barber@gmail.com>
To: "Maxim Konovalov" <maxim@macomnet.ru>
Cc: bug-followup@freebsd.org
Subject: Re: misc/129699: Typo in /etc/exports.disabled
Date: Wed, 17 Dec 2008 09:16:14 -0500

 On Wed, Dec 17, 2008 at 1:59 AM, Maxim Konovalov <maxim@macomnet.ru> wrote:
 >> >Environment:
 >> FreeBSD freebsdnas.phoenix 7.1-RC1 FreeBSD 7.1-RC1 #0: Sun Dec  7 05:57:33 UTC 2008    root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
 >> >Description:
 >> Typo in /etc/exports.disabled:
 >>
 > There is no such file in my 7.1.  Are you sure it's not locally
 > invented?
 >
 
 I found the file when enabling NFS and RPCBIND during install (sysinstall).
 
 
 -- 
 Glen Barber

From: Maxim Konovalov <maxim@macomnet.ru>
To: Glen Barber <glen.j.barber@gmail.com>
Cc: bug-followup@freebsd.org
Subject: Re: misc/129699: Typo in /etc/exports.disabled
Date: Wed, 17 Dec 2008 20:10:15 +0300 (MSK)

 On Wed, 17 Dec 2008, 09:16-0500, Glen Barber wrote:
 
 > On Wed, Dec 17, 2008 at 1:59 AM, Maxim Konovalov <maxim@macomnet.ru> wrote:
 > >> >Environment:
 > >> FreeBSD freebsdnas.phoenix 7.1-RC1 FreeBSD 7.1-RC1 #0: Sun Dec  7 05:57:33 UTC 2008    root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
 > >> >Description:
 > >> Typo in /etc/exports.disabled:
 > >>
 > > There is no such file in my 7.1.  Are you sure it's not locally
 > > invented?
 > >
 >
 > I found the file when enabling NFS and RPCBIND during install
 > (sysinstall).
 >
 I see now, thanks.
 
 I suggest an opposite patch: replace /usr/ports by /usr/obj.  I
 suppose the intention was to give an example how to export /usr/src
 and /usr/obj for centralized OS upgrade procedure.
 
 -- 
 Maxim Konovalov
State-Changed-From-To: open->patched 
State-Changed-By: maxim 
State-Changed-When: Thu Dec 18 06:38:28 UTC 2008 
State-Changed-Why:  
Fixed in HEAD.  Thanks!  Will MFC after 7.1-R. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129699 
Responsible-Changed-From-To: freebsd-bugs->maxim 
Responsible-Changed-By: vwe 
Responsible-Changed-When: Sat Jan 3 23:02:02 UTC 2009 
Responsible-Changed-Why:  
reassing to maxim for MFC who patched in HEAD 
Maxim: Please make a note of the PR in the commit message when 
committing to svn so we'll have all relevant information handy 
in GNATS, thx! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129699 
State-Changed-From-To: patched->closed 
State-Changed-By: maxim 
State-Changed-When: Sun Jan 11 08:40:42 UTC 2009 
State-Changed-Why:  
Merged to RELENG_7. 

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