From owner-cvs-src@FreeBSD.ORG Sun Sep 19 21:21:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D045C16A4CE; Sun, 19 Sep 2004 21:21:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0F3843D45; Sun, 19 Sep 2004 21:21:26 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8JLLQfW094064; Sun, 19 Sep 2004 21:21:26 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8JLLQ6Y094063; Sun, 19 Sep 2004 21:21:26 GMT (envelope-from des) Message-Id: <200409192121.i8JLLQ6Y094063@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 19 Sep 2004 21:21:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/genericize genericize.pl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Sep 2004 21:21:27 -0000 des 2004-09-19 21:21:26 UTC FreeBSD src repository Modified files: tools/tools/genericize genericize.pl Log: Recognize options with values. If an option is present in both GENERIC and the custom kernel, but its value has been modified, it will now be kept in its correct spot instead of being moved to the bottom. Revision Changes Path 1.4 +20 -4 src/tools/tools/genericize/genericize.pl