summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox/0001-chown-fix-help-text.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/busybox/busybox/0001-chown-fix-help-text.patch')
-rw-r--r--meta/recipes-core/busybox/busybox/0001-chown-fix-help-text.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta/recipes-core/busybox/busybox/0001-chown-fix-help-text.patch b/meta/recipes-core/busybox/busybox/0001-chown-fix-help-text.patch
deleted file mode 100644
index 4299799664..0000000000
--- a/meta/recipes-core/busybox/busybox/0001-chown-fix-help-text.patch
+++ /dev/null
@@ -1,34 +0,0 @@
1From d291c2fdd5cb8616605c67ecbfb04274fa094242 Mon Sep 17 00:00:00 2001
2From: Junling Zheng <zhengjunling@huawei.com>
3Date: Sun, 7 Jun 2015 02:32:23 +0200
4Subject: [PATCH] chown: fix help text
5
6Derived from:
7http://git.busybox.net/busybox/commit/?id=d291c2fdd5cb8616605c67ecbfb04274fa094242.
8
9Only when DESKTOP is enabled, chown has -L, -H and -P options.
10
11Upstream-Status: Backport
12
13Signed-off-by: Junling Zheng <zhengjunling@huawei.com>
14Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
15---
16 coreutils/chown.c | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19diff --git a/coreutils/chown.c b/coreutils/chown.c
20index cb07bbc..679c0d8 100644
21--- a/coreutils/chown.c
22+++ b/coreutils/chown.c
23@@ -11,7 +11,7 @@
24 /* http://www.opengroup.org/onlinepubs/007904975/utilities/chown.html */
25
26 //usage:#define chown_trivial_usage
27-//usage: "[-RhLHP"IF_DESKTOP("cvf")"]... OWNER[<.|:>[GROUP]] FILE..."
28+//usage: "[-Rh"IF_DESKTOP("LHPcvf")"]... OWNER[<.|:>[GROUP]] FILE..."
29 //usage:#define chown_full_usage "\n\n"
30 //usage: "Change the owner and/or group of each FILE to OWNER and/or GROUP\n"
31 //usage: "\n -R Recurse"
32--
331.8.3.4
34