From owner-cvs-all Tue Sep 17 20:15:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F45337B401; Tue, 17 Sep 2002 20:15:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E52B643E77; Tue, 17 Sep 2002 20:15:25 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Received: from freefall.freebsd.org (wollman@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8I3FPCo087644; Tue, 17 Sep 2002 20:15:25 -0700 (PDT) (envelope-from wollman@freefall.freebsd.org) Received: (from wollman@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8I3FPqN087643; Tue, 17 Sep 2002 20:15:25 -0700 (PDT) Message-Id: <200209180315.g8I3FPqN087643@freefall.freebsd.org> From: Garrett Wollman Date: Tue, 17 Sep 2002 20:15:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/getconf fake-gperf.awk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wollman 2002/09/17 20:15:25 PDT Added files: usr.bin/getconf fake-gperf.awk Log: Make obrien happy. Add a bad awk script which emulates as much of gperf's behavior as we ever actually needed here. This generates a much-less-efficient keyword recognizer, but it's not like that matters in this application. Makefile changes coming once this passes the world test. Revision Changes Path 1.1 +57 -0 src/usr.bin/getconf/fake-gperf.awk (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message