From owner-cvs-src@FreeBSD.ORG Fri Dec 30 16:28:07 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 73A6916A41F; Fri, 30 Dec 2005 16:28:07 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 293E843D46; Fri, 30 Dec 2005 16:28:07 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUGS7Rh062139; Fri, 30 Dec 2005 16:28:07 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUGS7Zb062138; Fri, 30 Dec 2005 16:28:07 GMT (envelope-from ru) Message-Id: <200512301628.jBUGS7Zb062138@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 30 Dec 2005 16:28:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/config config.y mkmakefile.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 30 Dec 2005 16:28:07 -0000 ru 2005-12-30 16:28:07 UTC FreeBSD src repository Modified files: usr.sbin/config config.y mkmakefile.c Log: - Avoid adding devices multiple times to the device list. - Avoid adding options multiple times to the option list. Based on a patch by: Matt Emmerton Revision Changes Path 1.71 +62 -26 src/usr.sbin/config/config.y 1.85 +2 -5 src/usr.sbin/config/mkmakefile.c