From owner-cvs-src-old@FreeBSD.ORG Sun May 2 06:18:24 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7D1E71065674 for ; Sun, 2 May 2010 06:18:24 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6BA848FC0A for ; Sun, 2 May 2010 06:18:24 +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 o426IOLK054243 for ; Sun, 2 May 2010 06:18:24 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o426IOs3054242 for cvs-src-old@freebsd.org; Sun, 2 May 2010 06:18:24 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <201005020618.o426IOs3054242@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 2 May 2010 06:18:08 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 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: Sun, 02 May 2010 06:18:24 -0000 imp 2010-05-02 06:18:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.sbin/config configvers.h mkoptions.c Log: SVN rev 207492 on 2010-05-02 06:18:08Z by imp MFC r207263: 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. Revision Changes Path 1.46.2.3 +1 -1 src/usr.sbin/config/configvers.h 1.34.10.4 +81 -78 src/usr.sbin/config/mkoptions.c