Index: ossp-pkg/uuid/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v rcsdiff -q -kk '-r1.29' '-r1.30' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v' 2>/dev/null --- ChangeLog 2004/01/19 12:15:04 1.29 +++ ChangeLog 2004/01/19 12:15:57 1.30 @@ -136,11 +136,11 @@ o Print involved option character (instead of '?') on invalid option for uuid(1) CLI. - [Matthias Andree ] + [Matthias Andree ] o Fixed "make install" and "make uninstall": the uuid(1) CLI has to be [un]installed through GNU libtool, too. - [Matthias Andree ] + [Matthias Andree ] o Document in uuid(1) [uuid_cli.pod] that for version 3 UUIDs additional arguments are required and what pre-defined Index: ossp-pkg/uuid/PORTING RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/PORTING,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/PORTING,v' 2>/dev/null --- PORTING 2004/01/16 15:50:30 1.1 +++ PORTING 2004/01/19 12:15:57 1.2 @@ -7,7 +7,7 @@ OSSP uuid - Universally Unique Identifier PORTING - + OSSP uuid was already written with maximum portability in mind, so there should be no great effort required to get it running on any Unix platform with a reasonable POSIX API. Additionally, the portability Index: ossp-pkg/uuid/devtool RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/devtool,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/devtool,v' 2>/dev/null --- devtool 2004/01/06 20:14:28 1.1 +++ devtool 2004/01/19 12:15:57 1.2 @@ -1,7 +1,7 @@ #!/bin/sh ## ## devtool -- Development Tool -## Copyright (c) 2001 Ralf S. Engelschall +## Copyright (c) 2001 Ralf S. Engelschall ## if [ $# -eq 0 ]; then Index: ossp-pkg/uuid/devtool.func RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/devtool.func,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/devtool.func,v' 2>/dev/null --- devtool.func 2004/01/06 20:14:28 1.1 +++ devtool.func 2004/01/19 12:15:57 1.2 @@ -1,6 +1,6 @@ ## ## devtool.func -- Development Tool Functions -## Copyright (c) 2001-2002 Ralf S. Engelschall +## Copyright (c) 2001-2002 Ralf S. Engelschall ## devtool_require () { Index: ossp-pkg/uuid/uuid_cli.pod RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_cli.pod,v rcsdiff -q -kk '-r1.11' '-r1.12' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_cli.pod,v' 2>/dev/null --- uuid_cli.pod 2004/01/18 11:32:40 1.11 +++ uuid_cli.pod 2004/01/19 12:15:57 1.12 @@ -153,7 +153,7 @@ (not decipherable, because message digest only) # generate DCE 1.1 v4 UUID 4 (random data based) - $ uuid -v4 + $ uuid -v4 eb424026-6f54-4ef8-a4d0-bb658a1fc6cf # decode and dump DCE 1.1 v4 UUID 4 (random data based)