From owner-cvs-all Sat Sep 15 9:17:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7895B37B406; Sat, 15 Sep 2001 09:17:08 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8FGH8b35696; Sat, 15 Sep 2001 09:17:08 -0700 (PDT) (envelope-from dd) Message-Id: <200109151617.f8FGH8b35696@freefall.freebsd.org> From: Dima Dorfman Date: Sat, 15 Sep 2001 09:17:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/09/15 09:17:08 PDT Modified files: . modules Log: Don't put comments on the same line as modules. These aren't supported by CVS, and cause weird output from things like `cvs checkout -c`. The comments were removed instead of being put on separate lines because doing that might break sorting/ordering, and this file is a common target for machine parsing. Ideally, CVS would support comments on the same lines as modules, and the submitter says he's looking into that. PR: 30423 Submitted by: Giorgos Keramidas Revision Changes Path 1.3855 +10 -10 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message