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-08-31 23:20:04 +0400
committerCorinna Vinschen <corinna@vinschen.de>2014-08-31 23:20:04 +0400
commit9845fcbb6b87fca7d69605f0ec519ca1b2ef68eb (patch)
tree0e839580ad5299629971ffdb849c8982212ca519 /winsup/utils
parent489d1e5db9cf2bbe7f0d63ff468635c2682ed190 (diff)
* setfacl.c (usage): Drop outdated note that default ACEs are not
taken into account.
Diffstat (limited to 'winsup/utils')
-rw-r--r--winsup/utils/ChangeLog5
-rw-r--r--winsup/utils/setfacl.c6
2 files changed, 8 insertions, 3 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 932972684..741fdb362 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,5 +1,10 @@
2014-08-31 Corinna Vinschen <corinna@vinschen.de>
+ * setfacl.c (usage): Drop outdated note that default ACEs are not
+ taken into account.
+
+2014-08-31 Corinna Vinschen <corinna@vinschen.de>
+
* getfacl.c (usage): Add flags description.
(main): Print suid/sgid/vtx flags if available.
diff --git a/winsup/utils/setfacl.c b/winsup/utils/setfacl.c
index 66739c043..56c83fee7 100644
--- a/winsup/utils/setfacl.c
+++ b/winsup/utils/setfacl.c
@@ -1,6 +1,7 @@
/* setfacl.c
- Copyright 2000, 2001, 2002, 2003, 2006, 2008, 2009, 2010, 2011 Red Hat Inc.
+ Copyright 2000, 2001, 2002, 2003, 2006, 2008, 2009, 2010, 2011, 2014
+ Red Hat Inc.
Written by Corinna Vinschen <vinschen@redhat.com>
@@ -387,8 +388,7 @@ usage (FILE * stream)
"in a directory that contains default ACL entries will have\n"
"permissions according to the combination of the current umask,\n"
"the explicit permissions requested and the default ACL entries\n"
- "Note: Under Cygwin, the default ACL entries are not taken into\n"
- "account currently.\n\n", prog_name);
+ "\n", prog_name);
}
else
fprintf(stream, "Try '%s --help' for more information.\n", prog_name);