History log of /freebsd-10.1-release/libexec/revnetgroup/
Revision Date Author Comments
272461 03-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


262435 24-Feb-2014 brueffer

MFC: r262136

Remove the 3rd clause ("advertising clause") of the BSD license as
permitted by the University of Berkeley on July 22, 1999.

Reviewed by: imp


256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


239364 18-Aug-2012 zeising

Fix two instances of the file names generated by revnetgroup(8).

Approved by: joel (mentor)


229780 07-Jan-2012 uqs

Spelling fixes for libexec/


201380 02-Jan-2010 ed

Make WARNS=6 the default for libexec/.

Just like bin/ and sbin/, I think setting WARNS to the highest value
possible will make it more attractive for people to fix warnings.

- The WARNS variable is set in the Makefile in the directory of the
application itself, making it more likely that it will be removed out
of curiosity to see what happens.
- New applications will most likely build with WARNS=6 out of the box,
because the author would more likely fix the warnings during
development than lower WARNS.

Unfortunately almost all apps in libexec require a lowered value of
WARNS.


141589 09-Feb-2005 ru

Sync program's usage() with manpage's SYNOPSIS.


131487 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


101677 11-Aug-2002 schweikh

Fix typos; each file has at least one s/seperat/separat/
(I skipped those in contrib/, gnu/ and crypto/)
While I was at it, fixed a lot more found by ispell that I
could identify with certainty to be errors. All of these
were in comments or text, not in actual code.

Suggested by: bde
MFC after: 3 days


99500 06-Jul-2002 charnier

The .Nm utility


93590 01-Apr-2002 mike

Include <string.h> for some prototypes, rather than depending on
pollution from <strings.h>.


90377 07-Feb-2002 imp

o __P removal
o register removal
o use new style prototypes and function definitions


89362 14-Jan-2002 ru

yp(4) -> yp(8).

PR: docs/30797


79454 09-Jul-2001 dd

mdoc(7) police: remove extraneous .Pp before and/or after .Sh.


74814 26-Mar-2001 ru

- Backout botched attempt to intoduce MANSECT feature.
- MAN[1-9] -> MAN.


74529 20-Mar-2001 ru

Set the default manual section for libexec/ to 8.


68949 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


62983 11-Jul-2000 kris

Don't call err() without a format string.


50476 28-Aug-1999 peter

$Id$ -> $FreeBSD$


34670 19-Mar-1998 charnier

.Sh AUTHOR -. .Sh AUTHORS. Use .An/.Aq.


31404 25-Nov-1997 charnier

Use warn(3). Hardcode progname instead of using argv[0]. Use Pa for file
name.


29574 18-Sep-1997 phk

Many places in the code NULL is used in integer context, where
plain 0 should be used. This happens to work because we #define
NULL to 0, but is stylistically wrong and can cause problems
for people trying to port bits of code to other environments.

PR: 2752
Submitted by: Arne Henrik Juul <arnej@imf.unit.no>


24349 28-Mar-1997 imp

compare return value from getopt against -1 rather than EOF, per the final
posix standard on the topic.


22989 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


21635 13-Jan-1997 wosch

Sort cross references.


20387 13-Dec-1996 wpaul

Close PR #2193: support backslash line continuations.
(Also did some minor cleanups.)


17424 04-Aug-1996 wpaul

Use err() instead of perror()/exit() and remember to #include <errno.h>
and <err.h>.


15754 12-May-1996 wpaul

Small touchups:

- Fix typos in comments in hash.c.
- Remove unneeded and unused member from grouplist struct in hash.h.
(Curiously, the compiler never complained about this even though the
member was of type 'struct grps' which is not defined anywhere in
this program.)
- char ch -> int ch in revnetgroup.c.
- char *argv[0]; -> char *argv[]; also in revnetgroup.c.
- Force the user to specify at least one of the -u or -h flags
and complain if they specify both.


11815 26-Oct-1995 wpaul

This commit was generated by cvs2svn to compensate for changes in r11814,
which included commits to RCS files with non-trunk default branches.