From owner-cvs-all Sat Oct 26 21:19:39 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 E1D6A37B401; Sat, 26 Oct 2002 21:19:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CC5E43E88; Sat, 26 Oct 2002 21:19:37 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9R4IemV065806; Sat, 26 Oct 2002 21:18:40 -0700 (PDT) (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9R4IemL065805; Sat, 26 Oct 2002 21:18:40 -0700 (PDT) Message-Id: <200210270418.g9R4IemL065805@repoman.freebsd.org> From: Garrett Wollman Date: Sat, 26 Oct 2002 21:18:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/getconf Makefile confstr.gperf fake-gperf.awk getconf.1 getconf.c getconf.h limits.gperf pathconf.gperf progenv.gperf sysconf.gperf X-FreeBSD-CVS-Branch: RELENG_4 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/10/26 21:18:40 PDT Added files: (Branch: RELENG_4) usr.bin/getconf Makefile confstr.gperf fake-gperf.awk getconf.1 getconf.c getconf.h limits.gperf pathconf.gperf progenv.gperf sysconf.gperf Log: Add the getconf(1) utility to -stable. The source code is (and should be kept) identical to that in -current; the Makefile defines STABLE to tell getconf.h about the one significant difference. (Differences in the configuration parameters which are available are handled automatically by fake-gperf.awk, which is no longer really compatible with gperf.) Revision Changes Path 1.3.2.1 +36 -0 src/usr.bin/getconf/Makefile (new) 1.4.2.1 +70 -0 src/usr.bin/getconf/confstr.gperf (new) 1.2.2.1 +68 -0 src/usr.bin/getconf/fake-gperf.awk (new) 1.9.2.1 +211 -0 src/usr.bin/getconf/getconf.1 (new) 1.6.2.1 +186 -0 src/usr.bin/getconf/getconf.c (new) 1.4.2.1 +43 -0 src/usr.bin/getconf/getconf.h (new) 1.1.2.1 +118 -0 src/usr.bin/getconf/limits.gperf (new) 1.3.2.1 +63 -0 src/usr.bin/getconf/pathconf.gperf (new) 1.1.2.1 +67 -0 src/usr.bin/getconf/progenv.gperf (new) 1.4.2.1 +150 -0 src/usr.bin/getconf/sysconf.gperf (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message