From owner-freebsd-current Sun Apr 25 10:55:23 1999 Delivered-To: freebsd-current@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id CE6E2155E4 for ; Sun, 25 Apr 1999 10:55:03 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id DAA31820; Mon, 26 Apr 1999 03:54:58 +1000 Date: Mon, 26 Apr 1999 03:54:58 +1000 From: Bruce Evans Message-Id: <199904251754.DAA31820@godzilla.zeta.org.au> To: current@FreeBSD.ORG, jake@checker.org Subject: Re: config nit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Hi, I just noticed that after all the dequote stuff went into config >(great work!) options NO_F00F_HACK still needs quotes. Its interpreted >as NO_F0F_HACK without them; to be expected I guess. It also translates unsigned hex to signed decimal, so N0xF00F_HACK becomes N61455_HACK, and it prints the translated version in the warning message about unknown options. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message