add note about mkdir mode behaviour into info documentation (#610559)
This commit is contained in:
parent
7a041cc0d8
commit
fdeedf2670
12
coreutils-8.4-mkdir-modenote.patch
Normal file
12
coreutils-8.4-mkdir-modenote.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -urNp coreutils-8.4-orig/doc/coreutils.texi coreutils-8.4/doc/coreutils.texi
|
||||||
|
--- coreutils-8.4-orig/doc/coreutils.texi 2011-01-07 15:01:18.575654333 +0100
|
||||||
|
+++ coreutils-8.4/doc/coreutils.texi 2011-01-07 15:05:38.791655243 +0100
|
||||||
|
@@ -9058,6 +9058,8 @@ incorrect. @xref{Directory Setuid and S
|
||||||
|
set-user-ID and set-group-ID bits of directories are inherited unless
|
||||||
|
overridden in this way.
|
||||||
|
|
||||||
|
+Note: The @option{--mode},@option{-m} option only applies to the right-most directories listed on the command line. When combined with @option{--parents}, @option{-p} option, any parent directories are created with @samp{u+wx} modified by umask.
|
||||||
|
+
|
||||||
|
@item -p
|
||||||
|
@itemx --parents
|
||||||
|
@opindex -p
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A set of basic GNU tools commonly used in shell scripts
|
Summary: A set of basic GNU tools commonly used in shell scripts
|
||||||
Name: coreutils
|
Name: coreutils
|
||||||
Version: 8.10
|
Version: 8.10
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Url: http://www.gnu.org/software/coreutils/
|
Url: http://www.gnu.org/software/coreutils/
|
||||||
@ -32,6 +32,8 @@ Patch103: coreutils-8.2-uname-processortype.patch
|
|||||||
Patch104: coreutils-df-direct.patch
|
Patch104: coreutils-df-direct.patch
|
||||||
#add jar-like archives to colored ones
|
#add jar-like archives to colored ones
|
||||||
Patch106: coreutils-8.5-dircolors.patch
|
Patch106: coreutils-8.5-dircolors.patch
|
||||||
|
#add note about mkdir --mode behaviour into info documentation(#610559)
|
||||||
|
Patch107: coreutils-8.4-mkdir-modenote.patch
|
||||||
|
|
||||||
# sh-utils
|
# sh-utils
|
||||||
#add info about TZ envvar to date manpage
|
#add info about TZ envvar to date manpage
|
||||||
@ -121,6 +123,7 @@ Libraries for coreutils package.
|
|||||||
%patch103 -p1 -b .sysinfo
|
%patch103 -p1 -b .sysinfo
|
||||||
%patch104 -p1 -b .dfdirect
|
%patch104 -p1 -b .dfdirect
|
||||||
%patch106 -p1 -b .java
|
%patch106 -p1 -b .java
|
||||||
|
%patch107 -p1 -b .mkdirmode
|
||||||
|
|
||||||
# sh-utils
|
# sh-utils
|
||||||
%patch703 -p1 -b .dateman
|
%patch703 -p1 -b .dateman
|
||||||
@ -329,6 +332,10 @@ fi
|
|||||||
%{_libdir}/coreutils
|
%{_libdir}/coreutils
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 22 2011 Ondrej Vasik <ovasik@redhat.com> - 8.10-7
|
||||||
|
- add note about mkdir mode behaviour into info
|
||||||
|
documentation (#610559)
|
||||||
|
|
||||||
* Mon Mar 14 2011 Ondrej Vasik <ovasik@redhat.com> - 8.10-6
|
* Mon Mar 14 2011 Ondrej Vasik <ovasik@redhat.com> - 8.10-6
|
||||||
- fix possible uninitalized variables usage caused by i18n
|
- fix possible uninitalized variables usage caused by i18n
|
||||||
patch(#683799)
|
patch(#683799)
|
||||||
|
Loading…
Reference in New Issue
Block a user