From clsung@FreeBSD.csie.nctu.edu.tw  Tue May  2 03:58:11 2006
Return-Path: <clsung@FreeBSD.csie.nctu.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 667DF16A47A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  2 May 2006 03:58:11 +0000 (UTC)
	(envelope-from clsung@FreeBSD.csie.nctu.edu.tw)
Received: from FreeBSD.csie.nctu.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0645643D49
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  2 May 2006 03:58:11 +0000 (GMT)
	(envelope-from clsung@FreeBSD.csie.nctu.edu.tw)
Received: from localhost (localhost.csie.nctu.edu.tw [127.0.0.1])
	by FreeBSD.csie.nctu.edu.tw (Postfix) with ESMTP id 06E977EA3A;
	Tue,  2 May 2006 11:58:45 +0800 (CST)
Received: from FreeBSD.csie.nctu.edu.tw ([127.0.0.1])
	by localhost (FreeBSD.csie.nctu.edu.tw [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id jSNfOE3YhWHT; Tue,  2 May 2006 11:58:44 +0800 (CST)
Received: by FreeBSD.csie.nctu.edu.tw (Postfix, from userid 1038)
	id 75F5F7EA3D; Tue,  2 May 2006 11:58:44 +0800 (CST)
Message-Id: <20060502035844.75F5F7EA3D@FreeBSD.csie.nctu.edu.tw>
Date: Tue,  2 May 2006 11:58:44 +0800 (CST)
From: Cheng-Lung Sung <clsung@freebsd.org>
Reply-To: Cheng-Lung Sung <clsung@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: clsung@gmail.com
Subject: [patch] suggestion to committer's guide that should have a description about remove ports
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         96639
>Category:       docs
>Synopsis:       [patch] suggestion to committer's guide that should have a description about remove ports
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    keramida
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 02 04:00:37 GMT 2006
>Closed-Date:    Tue May 09 07:08:02 GMT 2006
>Last-Modified:  Tue May 09 07:08:02 GMT 2006
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #7: Thu Apr 13 03:20:20 CST 2006 root@FreeBSD.csie.nctu.edu.tw:/home/usr.obj/usr/src/sys/FREEBSD i386

>Description:
	Committer's guide only describe few about remove ports (in repo sections).
>How-To-Repeat:
>Fix:

--- en_US.ISO8859-1/articles/committers-guide/article.sgml.orig	Thu Apr 20 09:49:55 2006
+++ en_US.ISO8859-1/articles/committers-guide/article.sgml	Tue May  2 11:52:02 2006
@@ -2423,6 +2423,40 @@
       </qandadiv>
 
       <qandadiv>
+	<title>Removing an Existing Port</title>
+
+	<qandaentry>
+	  <question>
+	    <para>How do I remove an existing port?</para>
+	  </question>
+
+	  <answer>
+	    <para>First, please read the section about repository
+	        copies. Make sure there is no dependency on the port
+	        in the ports colloection, then perform the following:</para>
+
+	    <procedure>
+	      <step>
+	        <para>Remove the port via <command>cvs remove</command>.</para>
+	      </step>
+	      <step>
+	        <para>Remove <makevar>SUBDIR</makevar> listing of the port 
+	          in the parent directory <filename>Makefile</filename>.</para>
+	      </step>
+	      <step>
+	        <para>Remove the module entry in
+	          <filename>CVSROOT/modules</filename>.</para>
+	      </step>
+	      <step>
+	        <para>Add an entry to
+	          <filename>ports/MOVED</filename>.</para>
+	      </step>
+	    </procedure>
+	  </answer>
+	</qandaentry>
+      </qandadiv>
+
+      <qandadiv>
 	<title>Repository Copies</title>
 
 	<qandaentry>
@@ -2495,9 +2529,9 @@
 		  <step>
 		    <para>Add the new subdirectory to the
 		      <makevar>SUBDIR</makevar> listing in the parent
-		      directory Makefile.  You can run <command>make
-		      checksubdirs</command> in the parent directory to check
-		      this.</para>
+		      directory <filename>Makefile</filename>.  You can run 
+		      <command>make checksubdirs</command> in the parent 
+		      directory to check this.</para>
 		  </step>
 
 		  <step>

>Release-Note:
>Audit-Trail:

From: Erwin Lansing <erwin@FreeBSD.org>
To: Cheng-Lung Sung <clsung@FreeBSD.org>
Cc: FreeBSD-gnats-submit@FreeBSD.org, clsung@gmail.com
Subject: Re: docs/96639: [patch] suggestion to committer's guide that should have a description about remove ports
Date: Tue, 2 May 2006 09:33:53 +0200

 --gdEaXsHGJIWX/19R
 Content-Type: text/plain; charset=iso-8859-1
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Tue, May 02, 2006 at 11:58:44AM +0800, Cheng-Lung Sung wrote:
 >=20
 > >Description:
 > 	Committer's guide only describe few about remove ports (in repo sections=
 ).
 > >How-To-Repeat:
 > >Fix:
 >=20
 > --- en_US.ISO8859-1/articles/committers-guide/article.sgml.orig	Thu Apr 2=
 0 09:49:55 2006
 > +++ en_US.ISO8859-1/articles/committers-guide/article.sgml	Tue May  2 11:=
 52:02 2006
 > @@ -2423,6 +2423,40 @@
 >        </qandadiv>
 > =20
 >        <qandadiv>
 > +	<title>Removing an Existing Port</title>
 > +
 > +	<qandaentry>
 > +	  <question>
 > +	    <para>How do I remove an existing port?</para>
 > +	  </question>
 > +
 > +	  <answer>
 > +	    <para>First, please read the section about repository
 > +	        copies. Make sure there is no dependency on the port
 > +	        in the ports colloection, then perform the following:</para>
 
                          collection
 
 > +
 > +	    <procedure>
 > +	      <step>
 > +	        <para>Remove the port via <command>cvs remove</command>.</para>
 > +	      </step>
 > +	      <step>
 > +	        <para>Remove <makevar>SUBDIR</makevar> listing of the port=20
 > +	          in the parent directory <filename>Makefile</filename>.</para>
 > +	      </step>
 > +	      <step>
 > +	        <para>Remove the module entry in
 > +	          <filename>CVSROOT/modules</filename>.</para>
 > +	      </step>
 > +	      <step>
 > +	        <para>Add an entry to
 > +	          <filename>ports/MOVED</filename>.</para>
 > +	      </step>
 > +	    </procedure>
 
 I think it's good to mention which files need to be changed here as a
 reference, but a much easier way to do this is to use the rmport script
 vd wrote and added to /usr/ports/Tools/script recently.
 
 Cheers,
 -erwin
 
 --=20
 Erwin Lansing                                     http://droso.org
 Security is like an onion.          (o_ _o)
 It's made up of several layers   \\\_\   /_///    erwin@FreeBSD.org
 And it makes you cry.            <____) (____>    erwin@aauug.dk
 
 --gdEaXsHGJIWX/19R
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.3 (FreeBSD)
 
 iD8DBQFEVwthqy9aWxUlaZARAkJjAKCU2Jp2/xsURpqA8pxkp9n2vC5UCQCgmI/K
 fU8ePNMj5vB2tztdvgARRpE=
 =XMOD
 -----END PGP SIGNATURE-----
 
 --gdEaXsHGJIWX/19R--

From: Vasil Dimov <vd@FreeBSD.org>
To: bug-followup@FreeBSD.org, clsung@freebsd.org, erwin@FreeBSD.org
Cc:  
Subject: Re: docs/96639: [patch] suggestion to committer's guide that should have a description about remove ports
Date: Tue, 2 May 2006 12:47:02 +0300

 "Make sure there is no dependency on the port in the ports colloection"
 This is too superficial, I would suggest something like:
 
 Make sure there is no dependency on the port in the ports collection:
 * The only line in a recent INDEX file, containing port's PKGNAME should
   be port's own line.
 * No other ports should contain any references to port's directory or
   PKGNAME in their Makefiles
 
 (feel free to correct the englicsh, I hope you get the meaning)
 
 -- 
 Vasil Dimov
 gro.DSBeerF@dv
 
 Testing can show the presence of bugs, but not their absence.
                 -- Edsger W. Dijkstra

From: Cheng-Lung Sung <clsung@FreeBSD.org>
To: Vasil Dimov <vd@FreeBSD.org>
Cc: bug-followup@FreeBSD.org, clsung@freebsd.org, erwin@FreeBSD.org
Subject: Re: docs/96639: [patch] suggestion to committer's guide that should have a description about remove ports
Date: Thu, 4 May 2006 15:29:17 +0800

 --/04w6evG8XlLl3ft
 Content-Type: text/plain; charset=big5
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Hi,=20
     Thank to your suggestions.
 
     I made some modification, and the patch now is placed at
 
     http://people.freebsd.org/~clsung/patch-committers-guide_v2
 
     If you are free can you help me review that?
 
 Thanks,
 
 On Tue, May 02, 2006 at 12:47:02PM +0300, Vasil Dimov wrote:
 > "Make sure there is no dependency on the port in the ports colloection"
 > This is too superficial, I would suggest something like:
 >=20
 > Make sure there is no dependency on the port in the ports collection:
 > * The only line in a recent INDEX file, containing port's PKGNAME should
 >   be port's own line.
 > * No other ports should contain any references to port's directory or
 >   PKGNAME in their Makefiles
 >=20
 > (feel free to correct the englicsh, I hope you get the meaning)
 
 --=20
 Cheng-Lung Sung - clsung@
 
 --/04w6evG8XlLl3ft
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.3 (FreeBSD)
 
 iD8DBQFEWa1M+AeJ85Vui8ERAjZyAJ9aGmR9dEPouI2dYIfSX1aEiX//SwCfcHPF
 BghJPvryL2UcHU6q/GWTDoI=
 =vlS6
 -----END PGP SIGNATURE-----
 
 --/04w6evG8XlLl3ft--

From: Vasil Dimov <vd@FreeBSD.org>
To: Cheng-Lung Sung <clsung@FreeBSD.org>
Cc: bug-followup@FreeBSD.org, erwin@FreeBSD.org
Subject: Re: docs/96639: [patch] suggestion to committer's guide that should have a description about remove ports
Date: Thu, 4 May 2006 11:09:33 +0300

 On Thu, May 04, 2006 at 03:29:17PM +0800, Cheng-Lung Sung wrote:
 > Hi, 
 >     Thank to your suggestions.
 > 
 >     I made some modification, and the patch now is placed at
 > 
 >     http://people.freebsd.org/~clsung/patch-committers-guide_v2
 > 
 >     If you are free can you help me review that?
 > 
 Looks fine, here is a slightly modified version:
 
 --- patch-committers-guide_v2 begins here ---
 --- article.sgml.orig	Thu Apr 20 09:49:55 2006
 +++ article.sgml	Thu May  4 15:22:53 2006
 @@ -2423,6 +2423,74 @@
        </qandadiv>
 
        <qandadiv>
 +	<title>Removing an Existing Port</title>
 +
 +	<qandaentry>
 +	  <question>
 +	    <para>How do I remove an existing port?</para>
 +	  </question>
 +
 +	  <answer>
 +	    <para>First, please read the section about repository
 +	      copies. Before you remove the port, you have to verify
 +	      there are no other ports depending on it.</para>
 +	    <itemizedlist>
 +              <listitem>
 +	        <para>Make sure there is no dependency on the port
 +	          in the ports collection:</para>
 +	          <itemizedlist>
 +	            <listitem>
 +	              <para>The port's PKGNAME should appear in exactly one
 +	                line in a recent INDEX file.</para>
 +	            </listitem>
 +	            <listitem>
 +	              <para>No other ports should contain any reference to
 +	                the port's directory or PKGNAME in their
 +	                Makefiles</para>
 +	            </listitem>
 +	      </itemizedlist>
 +              </listitem>
 +              <listitem>
 +	        <para>Then, remove the port:</para>
 +
 +	        <procedure>
 +	          <step>
 +	            <para>Remove the port's files via <command>cvs remove</command>.</para>
 +	          </step>
 +
 +	          <step>
 +	            <para>Remove <makevar>SUBDIR</makevar> listing of the port
 +	              in the parent directory <filename>Makefile</filename>.</para>
 +	          </step>
 +
 +	          <step>
 +	            <para>Remove the module entry in
 +	              <filename>CVSROOT/modules</filename>.</para>
 +	          </step>
 +
 +	          <step>
 +	            <para>Add an entry to
 +	              <filename>ports/MOVED</filename>.</para>
 +	          </step>
 +
 +	          <step>
 +	            <para>Remove the port from
 +	              <filename>ports/LEGAL</filename> if it is there.</para>
 +	          </step>
 +	        </procedure>
 +	      </listitem>
 +	    </itemizedlist>
 +	    <para>However, there is a
 +	      <command>ports/Tools/scripts/rmport</command> script
 +	      that automates all the necessary steps for removing a port.
 +	      It was written by &a.vd;, who is also the current maintainer
 +	      so please send questions/patches about
 +	      <command>rmport</command> to him.</para>
 +	  </answer>
 +	</qandaentry>
 +      </qandadiv>
 +
 +      <qandadiv>
  	<title>Repository Copies</title>
 
  	<qandaentry>
 @@ -2495,9 +2563,9 @@
  		  <step>
  		    <para>Add the new subdirectory to the
  		      <makevar>SUBDIR</makevar> listing in the parent
 -		      directory Makefile.  You can run <command>make
 -		      checksubdirs</command> in the parent directory to check
 -		      this.</para>
 +		      directory <filename>Makefile</filename>.  You can run
 +		      <command>make checksubdirs</command> in the parent
 +		      directory to check this.</para>
  		  </step>
 
  		  <step>
 --- patch-committers-guide_v2 ends here ---
 
 -- 
 Vasil Dimov
 gro.DSBeerF@dv
 
 Testing can show the presence of bugs, but not their absence.
                 -- Edsger W. Dijkstra

From: Cheng-Lung Sung <clsung@FreeBSD.org>
To: Vasil Dimov <vd@FreeBSD.org>
Cc: Cheng-Lung Sung <clsung@FreeBSD.org>, bug-followup@FreeBSD.org,
	erwin@FreeBSD.org
Subject: Re: docs/96639: [patch] suggestion to committer's guide that should have a description about remove ports
Date: Thu, 4 May 2006 16:27:03 +0800

 --cNdxnHkX5QqsyA0e
 Content-Type: text/plain; charset=big5
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Thu, May 04, 2006 at 11:09:33AM +0300, Vasil Dimov wrote:
 > On Thu, May 04, 2006 at 03:29:17PM +0800, Cheng-Lung Sung wrote:
 > > Hi,=20
 > >     Thank to your suggestions.
 > >=20
 > >     I made some modification, and the patch now is placed at
 > >=20
 > >     http://people.freebsd.org/~clsung/patch-committers-guide_v2
 > >=20
 > >     If you are free can you help me review that?
 > >=20
 > Looks fine, here is a slightly modified version:
 >=20
 > --- patch-committers-guide_v2 begins here ---
 > [...]
 > --- patch-committers-guide_v2 ends here ---
 
     Thanks!!!
 
 --=20
 Cheng-Lung Sung - clsung@
 
 --cNdxnHkX5QqsyA0e
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.3 (FreeBSD)
 
 iD8DBQFEWbrW+AeJ85Vui8ERAtDAAJ4oPi3iKPzBgBJ1Sgo4p6XSWBEEjwCePBs+
 b8/TqGSpQYcjOr2g5avn/Fk=
 =52/f
 -----END PGP SIGNATURE-----
 
 --cNdxnHkX5QqsyA0e--

From: Giorgos Keramidas <keramida@freebsd.org>
To: Vasil Dimov <vd@freebsd.org>
Cc: bug-followup@freebsd.org
Subject: Re: docs/96639: [patch] suggestion to committer's guide that should have a description about remove ports
Date: Mon, 8 May 2006 16:51:41 +0300

 On 2006-05-04 08:10, Vasil Dimov <vd@freebsd.org> wrote:
 >  Looks fine, here is a slightly modified version:
 >
 >  +	<title>Removing an Existing Port</title>
 >  +
 >  +	<qandaentry>
 [...]
 >  +	    <para>However, there is a
 >  +	      <command>ports/Tools/scripts/rmport</command> script
 >  +	      that automates all the necessary steps for removing a port.
 >  +	      It was written by &a.vd;, who is also the current maintainer
 >  +	      so please send questions/patches about
 >  +	      <command>rmport</command> to him.</para>
 >  +	  </answer>
 
 Since `rmport' is an alternative way of removing a port, how about the
 following minor rewording of the above paragraph?
 
     <para>Alternatively, you can use the <command>rmport</command> script,
       from <filename role="directory">ports/Tools/scripts</filename>.
       This script has been written by &a.vd;, who is also its current
       maintainer, so please send questions, patches or suggestions about
       <command>rmport</command> to him.</para>
 
 Also, is anyone going to commit the changes of this PR?  They look like
 a useful addition to the docs.  Let's not leave them to rot in Gnats for
 too long :-)
 
 - Giorgos
 

From: Vasil Dimov <vd@FreeBSD.org>
To: Giorgos Keramidas <keramida@freebsd.org>
Cc: bug-followup@freebsd.org
Subject: Re: docs/96639: [patch] suggestion to committer's guide that should have a description about remove ports
Date: Mon, 8 May 2006 16:57:07 +0300

 On Mon, May 08, 2006 at 04:51:41PM +0300, Giorgos Keramidas wrote:
 > On 2006-05-04 08:10, Vasil Dimov <vd@freebsd.org> wrote:
 > >  Looks fine, here is a slightly modified version:
 > >
 > >  +	<title>Removing an Existing Port</title>
 > >  +
 > >  +	<qandaentry>
 > [...]
 > >  +	    <para>However, there is a
 > >  +	      <command>ports/Tools/scripts/rmport</command> script
 > >  +	      that automates all the necessary steps for removing a port.
 > >  +	      It was written by &a.vd;, who is also the current maintainer
 > >  +	      so please send questions/patches about
 > >  +	      <command>rmport</command> to him.</para>
 > >  +	  </answer>
 > 
 > Since `rmport' is an alternative way of removing a port, how about the
 > following minor rewording of the above paragraph?
 > 
 >     <para>Alternatively, you can use the <command>rmport</command> script,
 >       from <filename role="directory">ports/Tools/scripts</filename>.
 >       This script has been written by &a.vd;, who is also its current
 >       maintainer, so please send questions, patches or suggestions about
 >       <command>rmport</command> to him.</para>
 Sounds good.
 
 > 
 > Also, is anyone going to commit the changes of this PR?  They look like
 > a useful addition to the docs.  Let's not leave them to rot in Gnats for
 > too long :-)
 Well, I guess one needs a doc commit bit to do so?
 
 -- 
 Vasil Dimov
 gro.DSBeerF@dv
 
 Testing can show the presence of bugs, but not their absence.
                 -- Edsger W. Dijkstra

From: Giorgos Keramidas <keramida@FreeBSD.org>
To: Vasil Dimov <vd@FreeBSD.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: docs/96639: [patch] suggestion to committer's guide that should have a description about remove ports
Date: Mon, 8 May 2006 17:12:29 +0300

 On 2006-05-08 16:57, Vasil Dimov <vd@FreeBSD.org> wrote:
 >On Mon, May 08, 2006 at 04:51:41PM +0300, Giorgos Keramidas wrote:
 >> On 2006-05-04 08:10, Vasil Dimov <vd@freebsd.org> wrote:
 >> >  Looks fine, here is a slightly modified version:
 >> >
 >> >  +	<title>Removing an Existing Port</title>
 >> >  +
 >> >  +	<qandaentry>
 >> [...]
 >> >  +	    <para>However, there is a
 >> >  +	      <command>ports/Tools/scripts/rmport</command> script
 >> >  +	      that automates all the necessary steps for removing a port.
 >> >  +	      It was written by &a.vd;, who is also the current maintainer
 >> >  +	      so please send questions/patches about
 >> >  +	      <command>rmport</command> to him.</para>
 >> >  +	  </answer>
 >> 
 >> Since `rmport' is an alternative way of removing a port, how about the
 >> following minor rewording of the above paragraph?
 >> 
 >>     <para>Alternatively, you can use the <command>rmport</command> script,
 >>       from <filename role="directory">ports/Tools/scripts</filename>.
 >>       This script has been written by &a.vd;, who is also its current
 >>       maintainer, so please send questions, patches or suggestions about
 >>       <command>rmport</command> to him.</para>
 > Sounds good.
 > 
 >> 
 >> Also, is anyone going to commit the changes of this PR?  They look like
 >> a useful addition to the docs.  Let's not leave them to rot in Gnats for
 >> too long :-)
 >
 > Well, I guess one needs a doc commit bit to do so?
 
 Or a review from a doc-committer.  You have mine already.  Or, I can
 do the doc-build test & commit work, if you are satisfied with the
 current version of the patch :)
 

From: Vasil Dimov <vd@FreeBSD.org>
To: Giorgos Keramidas <keramida@FreeBSD.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: docs/96639: [patch] suggestion to committer's guide that should have a description about remove ports
Date: Mon, 8 May 2006 17:18:42 +0300

 On Mon, May 08, 2006 at 05:12:29PM +0300, Giorgos Keramidas wrote:
 > On 2006-05-08 16:57, Vasil Dimov <vd@FreeBSD.org> wrote:
 > >On Mon, May 08, 2006 at 04:51:41PM +0300, Giorgos Keramidas wrote:
 > >> On 2006-05-04 08:10, Vasil Dimov <vd@freebsd.org> wrote:
 > >> >  Looks fine, here is a slightly modified version:
 > >> >
 > >> >  +	<title>Removing an Existing Port</title>
 > >> >  +
 > >> >  +	<qandaentry>
 > >> [...]
 > >> >  +	    <para>However, there is a
 > >> >  +	      <command>ports/Tools/scripts/rmport</command> script
 > >> >  +	      that automates all the necessary steps for removing a port.
 > >> >  +	      It was written by &a.vd;, who is also the current maintainer
 > >> >  +	      so please send questions/patches about
 > >> >  +	      <command>rmport</command> to him.</para>
 > >> >  +	  </answer>
 > >> 
 > >> Since `rmport' is an alternative way of removing a port, how about the
 > >> following minor rewording of the above paragraph?
 > >> 
 > >>     <para>Alternatively, you can use the <command>rmport</command> script,
 > >>       from <filename role="directory">ports/Tools/scripts</filename>.
 > >>       This script has been written by &a.vd;, who is also its current
 > >>       maintainer, so please send questions, patches or suggestions about
 > >>       <command>rmport</command> to him.</para>
 > > Sounds good.
 > > 
 > >> 
 > >> Also, is anyone going to commit the changes of this PR?  They look like
 > >> a useful addition to the docs.  Let's not leave them to rot in Gnats for
 > >> too long :-)
 > >
 > > Well, I guess one needs a doc commit bit to do so?
 > 
 > Or a review from a doc-committer.  You have mine already.  Or, I can
 > do the doc-build test & commit work, if you are satisfied with the
 > current version of the patch :)
 > 
 Ok, I am satisfied with the current version of the patch.
 If you do not commit it within the next 24 hours (or so) I will do it
 myself using Approved by: you
 
 Have a nice day!
 
 -- 
 Vasil Dimov
 gro.DSBeerF@dv
 
 Testing can show the presence of bugs, but not their absence.
                 -- Edsger W. Dijkstra
Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Mon May 8 14:34:58 UTC 2006 
Responsible-Changed-Why:  
Committed, thanks all :) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=96639 
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Tue May 9 07:07:30 UTC 2006 
State-Changed-Why:  
Close PR too, now that this has been committed. 

Reminded by:	vd 

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