From owner-cvs-src-old@FreeBSD.ORG Tue Apr 27 05:38:34 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A60BC106567D for ; Tue, 27 Apr 2010 05:38:34 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 92F358FC18 for ; Tue, 27 Apr 2010 05:38:34 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o3R5cYND059035 for ; Tue, 27 Apr 2010 05:38:34 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o3R5cYtJ059034 for cvs-src-old@freebsd.org; Tue, 27 Apr 2010 05:38:34 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <201004270538.o3R5cYtJ059034@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Tue, 27 Apr 2010 05:38:26 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/config configvers.h mkoptions.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2010 05:38:34 -0000 imp 2010-04-27 05:38:26 UTC FreeBSD src repository Modified files: usr.sbin/config configvers.h mkoptions.c Log: SVN rev 207263 on 2010-04-27 05:38:26Z by imp Redo how we add compat options so as to be compatible with old versions of config. Remove support for the syntax OLD = NEW form the options file, and instead have a new file $S/conf/options-compat. This file will be parsed as OLD NEW on each line. Bump version of config. Since nothing in -current ever used this, there's no hazards for current users, so I'm not bumping the version in the Makefiles.$MACHINE. No need, really, for this version bump in -current, but this was introduced into -stable before I realized the version check was ineffective there, so the verison bump doesn't hurt here and keeps the two branches in sync, versionwise, after the MFC. MFC after: 3 days Revision Changes Path 1.48 +1 -1 src/usr.sbin/config/configvers.h 1.37 +81 -78 src/usr.sbin/config/mkoptions.c