Re: coreutils/chown.c

2014-01-09 Thread Denys Vlasenko
:25 +0100 Subject: [PATCH] Make usage and code agree with each other. Signed-off-by: Cristian Ionescu-Idbohrn cristian.ionescu-idbo...@axis.com --- coreutils/chown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreutils/chown.c b/coreutils/chown.c index 1a91276

Re: coreutils/chown.c

2014-01-09 Thread Cristian Ionescu-Idbohrn
Cheers, -- Cristiandiff --git a/busybox/coreutils/chown.c b/busybox/coreutils/chown.c index bb166d8..5310441 100644 --- a/busybox/coreutils/chown.c +++ b/busybox/coreutils/chown.c @@ -11,18 +11,18 @@ /* http://www.opengroup.org/onlinepubs/007904975/utilities/chown.html */ //usage:#define

Re: coreutils/chown.c

2014-01-09 Thread Denys Vlasenko
On Thu, Jan 9, 2014 at 2:51 PM, Cristian Ionescu-Idbohrn cristian.ionescu-idbo...@axis.com wrote: On Thu, 9 Jan 2014, Cristian Ionescu-Idbohrn wrote: Yes. I did miss something after all :( Nevertheless, are the POSIX options LHP intended to be default (as usage suggests) or DESKTOP

coreutils/chown.c

2014-01-08 Thread Cristian Ionescu-Idbohrn
-Idbohrn cristian.ionescu-idbo...@axis.com --- coreutils/chown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreutils/chown.c b/coreutils/chown.c index 1a91276..c87433c 100644 --- a/coreutils/chown.c +++ b/coreutils/chown.c @@ -40,7 +40,7 @@ /* This is a NOEXEC applet