* mkgroup.c: Fix copyright date.

* mkpasswd.c: Ditto.
	* setfacl.c: Ditto.

	Fix ChangeLog typos.
This commit is contained in:
Corinna Vinschen 2003-01-15 10:08:37 +00:00
parent 8735f49f2f
commit 3903b47b79
4 changed files with 12 additions and 6 deletions

View File

@ -1,15 +1,21 @@
2003-01-15 Corinna Vinschen <corinna@vinschen.de>
* mkgroup.c: Fix copyright date.
* mkpasswd.c: Ditto.
* setfacl.c: Ditto.
2003-01-09 Pierre Humblet <pierre.humblet@ieee.org> 2003-01-09 Pierre Humblet <pierre.humblet@ieee.org>
* setfacl (usage): Remove double ":" for mask and other. * setfacl.c (usage): Remove double ":" for mask and other.
2003-01-07 Pierre Humblet <pierre.humblet@ieee.org> 2003-01-07 Pierre Humblet <pierre.humblet@ieee.org>
* mkpasswd.cc (current_user): Create. * mkpasswd.c (current_user): Create.
(usage): Reorganize to support Win95/98/ME. (usage): Reorganize to support Win95/98/ME.
(main): Add option for -c. Reorganize to parse options for (main): Add option for -c. Reorganize to parse options for
Win95/98/ME and to call current_user. Add username in gecos field Win95/98/ME and to call current_user. Add username in gecos field
on Win95/98/ME. on Win95/98/ME.
* mkgroup.cc (enum_groups): Print gid with %u. * mkgroup.c (enum_groups): Print gid with %u.
(print_win_error): Create from passwd.cc. (print_win_error): Create from passwd.cc.
(current_group): Create. (current_group): Create.
(usage): Reorganize to support Win95/98/ME. (usage): Reorganize to support Win95/98/ME.

View File

@ -1,6 +1,6 @@
/* mkgroup.c: /* mkgroup.c:
Copyright 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc.
This file is part of Cygwin. This file is part of Cygwin.

View File

@ -1,6 +1,6 @@
/* mkpasswd.c: /* mkpasswd.c:
Copyright 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc.
This file is part of Cygwin. This file is part of Cygwin.

View File

@ -1,6 +1,6 @@
/* setfacl.c /* setfacl.c
Copyright 2000, 2001 Red Hat Inc. Copyright 2000, 2001, 2002, 2003 Red Hat Inc.
Written by Corinna Vinschen <vinschen@redhat.com> Written by Corinna Vinschen <vinschen@redhat.com>