From linimon@lonesome.com  Tue Mar 30 02:33:11 2004
Return-Path: <linimon@lonesome.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 45AC416A50A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 Mar 2004 02:33:11 -0800 (PST)
Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1B65D43D48
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 Mar 2004 02:33:11 -0800 (PST)
	(envelope-from linimon@lonesome.com)
Received: from lonesome.lonesome.com (cs242743-143.austin.rr.com [24.27.43.143])
	(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
	(No client certificate requested)
	by mail.soaustin.net (Postfix) with ESMTP id CD50214734
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 Mar 2004 04:33:09 -0600 (CST)
Received: from lonesome.lonesome.com (localhost.lonesome.com [127.0.0.1])
	by lonesome.lonesome.com (8.12.9/8.12.9) with ESMTP id i2UAX2c7025419
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 Mar 2004 04:33:02 -0600 (CST)
	(envelope-from linimon@lonesome.lonesome.com)
Received: (from linimon@localhost)
	by lonesome.lonesome.com (8.12.9/8.12.9/Submit) id i2UAX2oJ025418;
	Tue, 30 Mar 2004 04:33:02 -0600 (CST)
	(envelope-from linimon)
Message-Id: <200403301033.i2UAX2oJ025418@lonesome.lonesome.com>
Date: Tue, 30 Mar 2004 04:33:02 -0600 (CST)
From: Mark Linimon <linimon@lonesome.com>
Reply-To: Mark Linimon <linimon@lonesome.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] properly sort doc tree articles/Makefile
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         64931
>Category:       docs
>Synopsis:       [patch] properly sort doc tree articles/Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    linimon
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 30 02:40:10 PST 2004
>Closed-Date:    Wed Mar 31 10:55:43 PST 2004
>Last-Modified:  Wed Mar 31 10:55:43 PST 2004
>Originator:     Mark Linimon
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
Lonesome Dove Computing Services
>Environment:
System: FreeBSD lonesome.lonesome.com 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #3: Thu Jan 22 20:41:05 CST 2004 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
	There are entries out of alphabetical order in some of the
	Makefiles.  I stumbled over this while readying an upcoming patch.
>How-To-Repeat:
	(n/a)
>Fix:
	NB: I don't have a complete doc tree locally, so I am only
	submitting diffs against the Makefile in the English tree.
	However, the diff against the other affected trees is the
	equivalent; someone with a full tree should vet this.

	The only other affected tree seems to be ja_JP.eucJP,
	although the patch will not apply cleanly (the entry
	for 'laptop' is commented out there).

Index: en_US.ISO8859-1/articles/Makefile
===================================================================
RCS file: /mnt/FreeBSD/dcvs/doc/en_US.ISO8859-1/articles/Makefile,v
retrieving revision 1.36
diff -u -r1.36 Makefile
--- en_US.ISO8859-1/articles/Makefile	8 Mar 2003 08:27:28 -0000	1.36
+++ en_US.ISO8859-1/articles/Makefile	30 Mar 2004 10:00:04 -0000
@@ -21,8 +21,8 @@
 SUBDIR+= hats
 SUBDIR+= hubs
 SUBDIR+= ipsec-must
-SUBDIR+= laptop
 SUBDIR+= java-tomcat
+SUBDIR+= laptop
 SUBDIR+= mh
 SUBDIR+= multi-os
 SUBDIR+= new-users
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->linimon 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Wed Mar 31 09:57:05 PST 2004 
Responsible-Changed-Why:  
Submitter is now committer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=64931 
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Wed Mar 31 10:55:15 PST 2004 
State-Changed-Why:  
Committed, with note that only the Japanese translation team is 
affected by this change. 

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