Date: Tue, 27 Apr 2010 05:38:26 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.sbin/config configvers.h mkoptions.c Message-ID: <201004270538.o3R5cYtJ059034@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004270538.o3R5cYtJ059034>