From owner-cvs-all Sat Jan 8 6:34:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B43A152D4; Sat, 8 Jan 2000 06:34:52 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA02180; Sat, 8 Jan 2000 06:34:52 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <200001081434.GAA02180@freefall.freebsd.org> From: Bruce Evans Date: Sat, 8 Jan 2000 06:34:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config mkoptions.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 2000/01/08 06:34:51 PST Modified files: usr.sbin/config mkoptions.c Log: Fixed removal of unknown options. For options files with only a single known option, unknown options following the known option were not removed. Now I think only unknown options in unknown options files are not removed. This is harmless because unknown options files should not be used, but removing the files would be cleaner. Revision Changes Path 1.15 +2 -2 src/usr.sbin/config/mkoptions.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message