Date: Sun, 15 Aug 2010 08:44:32 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.sbin/config mkoptions.c Message-ID: <201008150844.o7F8ieFv086492@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2010-08-15 08:44:32 UTC
FreeBSD src repository
Modified files:
usr.sbin/config mkoptions.c
Log:
SVN rev 211325 on 2010-08-15 08:44:32Z by imp
Turns out that it is a bad idea to have a missing compat option be a
fatal condition. While it works out really well for diagnosing the
case where you want it, but don't have it, it works really badly for
the case where you don't have it and don't want it. Remove the printf
and exit pair. Replate it with simple return to silently ignore this
condition.
This is needed to fix the COMPAT_IA32 being required in options.* in
stable, but we need to run this change through -current first...
MFC after: 3 days
Revision Changes Path
1.41 +5 -3 src/usr.sbin/config/mkoptions.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008150844.o7F8ieFv086492>
