Date: Mon, 1 Aug 2005 02:24:19 +0000 (UTC) From: Garance A Drosehn <gad@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/env Makefile env.1 env.c envopts.c envopts.h Message-ID: <200508010224.j712OJDZ033458@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gad 2005-08-01 02:24:19 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
usr.bin/env Makefile env.1 env.c
Added files: (Branch: RELENG_5)
usr.bin/env envopts.c envopts.h
Log:
MFC *: Add the recently-implemented -v, -P, and -S options, along with
subsequent bug fixes. While the -S feature is not as useful in RELENG_5
as it is in RELENG_6 and HEAD, for people writing scripts it is useful
if the same features are available in all recent releases. I intend to
commit this to RELENG_4 too, after a few more weeks. Since these are
new features, they should not effect any presently-working scripts.
[* = 1.6 env/Makefile, 1.6->1.9 env.1, 1.12->1.16 env.c,
1.1->1.4 envopts.c, 1.1 envopts.h]
MFC after: 12 days
Revision Changes Path
1.5.4.1 +2 -0 src/usr.bin/env/Makefile
1.4.2.1 +354 -31 src/usr.bin/env/env.1
1.11.8.1 +48 -7 src/usr.bin/env/env.c
1.4.2.1 +468 -0 src/usr.bin/env/envopts.c (new)
1.1.4.1 +37 -0 src/usr.bin/env/envopts.h (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508010224.j712OJDZ033458>
