Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-07-29 17:29:54 +0400
committerCorinna Vinschen <corinna@vinschen.de>2014-07-29 17:29:54 +0400
commitc72a0d361d3c1208114717a46497828eaba0626b (patch)
treefb9ebd7153407e19a28f270d9f5fca614ecddef2 /winsup/utils/ChangeLog
parent898e26c82f9f8b105f867516f7866c3479986628 (diff)
* mkgroup.c (usage): Move info message that this /etc/group isn't really
required anymore more to the top of the usage output. * mkpasswd.c (usage): Ditto for /etc/passwd. Drop old text from output.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index b01600fb8..f98008a7a 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,9 @@
+2014-07-29 Corinna Vinschen <corinna@vinschen.de>
+
+ * mkgroup.c (usage): Move info message that this /etc/group isn't really
+ required anymore more to the top of the usage output.
+ * mkpasswd.c (usage): Ditto for /etc/passwd. Drop old text from output.
+
2014-06-16 Corinna Vinschen <corinna@vinschen.de>
* passwd.c (main): Fix typo in error output.