Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2002 21:18:40 -0700 (PDT)
From:      Garrett Wollman <wollman@FreeBSD.org>
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
Message-ID:  <200210270418.g9R4IemL065805@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210270418.g9R4IemL065805>