From 84e9c09316567deec1e8db61754f6a1dddbdd14a Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Jul 24 2017 13:42:58 +0000 Subject: rename 0006-acl-2.2.52-setfacl-man-page.patch --- diff --git a/0006-acl-2.2.52-setfacl-man-page.patch b/0006-acl-2.2.52-setfacl-man-page.patch new file mode 100644 index 0000000..f86f9ee --- /dev/null +++ b/0006-acl-2.2.52-setfacl-man-page.patch @@ -0,0 +1,60 @@ +From ecee95a94420d6b0336d4caec6bc66b53442367b Mon Sep 17 00:00:00 2001 +From: Kamil Dudka +Date: Thu, 19 May 2016 10:28:13 +0200 +Subject: [PATCH] setfacl.1: document the meaning of '-' in perms + +[agruen: Description further clarified.] + +Upstream-commit: ea3c6bb711e76d91759f8bf5475e1900362a3142 +Signed-off-by: Kamil Dudka +--- + man/man1/setfacl.1 | 28 +++++++++++++++++++++------- + 1 file changed, 21 insertions(+), 7 deletions(-) + +diff --git a/man/man1/setfacl.1 b/man/man1/setfacl.1 +index 0c7c046..e092e51 100644 +--- a/man/man1/setfacl.1 ++++ b/man/man1/setfacl.1 +@@ -194,18 +194,32 @@ you can specify either a name or a number. + .PP + The + .I perms +-field is a combination of characters that indicate the permissions: read ++field is a combination of characters that indicate the read + .IR (r) , + write + .IR (w) , + execute +-.IR (x) , +-execute only if the file is a directory or already has execute permission +-for some user +-.IR (X) . +-Alternatively, the ++.IR (x) ++permissions. Dash characters in the + .I perms +-field can be an octal digit (0\-7). ++field ++.IR (\-) ++are ignored. The character ++.I X ++stands for the execute permission if the file is a directory or already has ++execute permission for some user. Alternatively, the ++.I perms ++field can define the permissions numerically, as a bit-wise combination of read ++.IR (4) , ++write ++.IR (2) , ++and execute ++.IR (1) . ++Zero ++.I perms ++fields or ++.I perms ++fields that only consist of dashes indicate no permissions. + .PP + .SS AUTOMATICALLY CREATED ENTRIES + Initially, files and directories contain only the three base ACL entries +-- +2.5.5 + diff --git a/acl-2.2.52-setfacl-man-page.patch b/acl-2.2.52-setfacl-man-page.patch deleted file mode 100644 index f86f9ee..0000000 --- a/acl-2.2.52-setfacl-man-page.patch +++ /dev/null @@ -1,60 +0,0 @@ -From ecee95a94420d6b0336d4caec6bc66b53442367b Mon Sep 17 00:00:00 2001 -From: Kamil Dudka -Date: Thu, 19 May 2016 10:28:13 +0200 -Subject: [PATCH] setfacl.1: document the meaning of '-' in perms - -[agruen: Description further clarified.] - -Upstream-commit: ea3c6bb711e76d91759f8bf5475e1900362a3142 -Signed-off-by: Kamil Dudka ---- - man/man1/setfacl.1 | 28 +++++++++++++++++++++------- - 1 file changed, 21 insertions(+), 7 deletions(-) - -diff --git a/man/man1/setfacl.1 b/man/man1/setfacl.1 -index 0c7c046..e092e51 100644 ---- a/man/man1/setfacl.1 -+++ b/man/man1/setfacl.1 -@@ -194,18 +194,32 @@ you can specify either a name or a number. - .PP - The - .I perms --field is a combination of characters that indicate the permissions: read -+field is a combination of characters that indicate the read - .IR (r) , - write - .IR (w) , - execute --.IR (x) , --execute only if the file is a directory or already has execute permission --for some user --.IR (X) . --Alternatively, the -+.IR (x) -+permissions. Dash characters in the - .I perms --field can be an octal digit (0\-7). -+field -+.IR (\-) -+are ignored. The character -+.I X -+stands for the execute permission if the file is a directory or already has -+execute permission for some user. Alternatively, the -+.I perms -+field can define the permissions numerically, as a bit-wise combination of read -+.IR (4) , -+write -+.IR (2) , -+and execute -+.IR (1) . -+Zero -+.I perms -+fields or -+.I perms -+fields that only consist of dashes indicate no permissions. - .PP - .SS AUTOMATICALLY CREATED ENTRIES - Initially, files and directories contain only the three base ACL entries --- -2.5.5 - diff --git a/acl.spec b/acl.spec index 2c7c635..54b7f0b 100644 --- a/acl.spec +++ b/acl.spec @@ -25,7 +25,7 @@ Patch4: 0004-acl-2.2.52-libdir.patch Patch5: 0005-acl-2.2.52-getfacl-segv.patch # setfacl.1: document the meaning of '-' in perms (#1337039) -Patch6: acl-2.2.52-setfacl-man-page.patch +Patch6: 0006-acl-2.2.52-setfacl-man-page.patch License: GPLv2+ URL: https://savannah.nongnu.org/projects/acl