Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/13/2004 23:35:19
Module Name:	src
Committed By:	thorpej
Date:		Mon Sep 13 23:35:19 UTC 2004

Modified Files:
	src/distrib/sets/lists/base: mi
	src/distrib/sets/lists/man: mi
	src/usr.bin: Makefile
Added Files:
	src/usr.bin/uuidgen: Makefile uuidgen.1 uuidgen.c

Log Message:
Add the uuidgen(1) command, adapted from FreeBSD.  While here, also add
a DCE-compatible -s flag, which causes uuidgen(1) to output C code for
the UUIDs rather than the standard string representation.

PR 23470.


To generate a diff of this commit:
cvs rdiff -r1.500 -r1.501 src/distrib/sets/lists/base/mi
cvs rdiff -r1.724 -r1.725 src/distrib/sets/lists/man/mi
cvs rdiff -r1.140 -r1.141 src/usr.bin/Makefile
cvs rdiff -r0 -r1.1 src/usr.bin/uuidgen/Makefile \
    src/usr.bin/uuidgen/uuidgen.1 src/usr.bin/uuidgen/uuidgen.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.