[EDT][PATCH 11/11] Typo fix : implemenation --> implementation

2015-05-20 Thread Maninder Singh
EP-E9D7571734A347E2ADA07C4134AB97EA Hi, Subject: [PATCH 11/11] typo fix implemenation --> implementation Signed-off-by: Maninder Singh Reviewed-by: Akhilesh Kumar --- e2fsprogs/old_e2fsprogs/blkid/dev.c |2 +- e2fsprogs/old_e2fsprogs/blkid/tag.c |2 +- 2 files changed, 2 insertions(+)

[EDT][PATCH 10/11]Typo fix : calender --> calendar

2015-05-20 Thread Maninder Singh
EP-E9D7571734A347E2ADA07C4134AB97EA Hi, Subject: [PATCH 10/11] typo fix calender --> calendar Signed-off-by: Maninder Singh Reviewed-by: Akhilesh Kumar --- coreutils/Config.src |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/coreutils/Config.src b/coreutils/Config.sr

[EDT][PATCH 9/11]Typo fix:arguement --> argument

2015-05-20 Thread Maninder Singh
EP-E9D7571734A347E2ADA07C4134AB97EA Hi, Subject: [PATCH 09/11] typo fix arguement --> argument Signed-off-by: Maninder Singh Reviewed-by: Akhilesh Kumar --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index e088857..65b2642 100644 --

[EDT][PATCH 8/11]Typo fix : protcol-->protocol

2015-05-20 Thread Maninder Singh
EP-E9D7571734A347E2ADA07C4134AB97EA Hi, Subject: [PATCH 08/11] typo fix protcol-->protocol Signed-off-by: Maninder Singh Reviewed-by: Akhilesh Kumar --- docs/cgi/env.html |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/cgi/env.html b/docs/cgi/env.html index b83c

[EDT][PATCH 7/11]Typo fix :preceeded--> preceded

2015-05-20 Thread Maninder Singh
EP-E9D7571734A347E2ADA07C4134AB97EA Hi, Subject: [PATCH 07/11] typo fix preceeded--> preceded Signed-off-by: Maninder Singh Reviewed-by: Akhilesh Kumar --- miscutils/less.c|2 +- scripts/basic/docproc.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mis

[EDT][PATCH 6/11]Typo fix : vitual --> virtual

2015-05-20 Thread Maninder Singh
EP-E9D7571734A347E2ADA07C4134AB97EA Hi, Subject: [PATCH 06/11] typo fix vitual --> virtual Signed-off-by: Maninder Singh Reviewed-by: Akhilesh Kumar --- editors/vi.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/vi.c b/editors/vi.c index c8c7b32..6ce513c

[EDT][PATCH 5/11]Typo fix: speficied--> specified

2015-05-20 Thread Maninder Singh
EP-E9D7571734A347E2ADA07C4134AB97EA Hi, Subject: [PATCH 05/11] typo fix speficied--> specified Signed-off-by: Maninder Singh Reviewed-by: Akhilesh Kumar --- selinux/Config.src |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/selinux/Config.src b/selinux/Config.src ind

[EDT][PATCH 4/11]Typo Fix: fuction --> function

2015-05-20 Thread Maninder Singh
EP-E9D7571734A347E2ADA07C4134AB97EA Hi, Subject: [PATCH 04/11] typo fix fuction --> function Signed-off-by: Maninder Singh Reviewed-by: Akhilesh Kumar --- e2fsprogs/old_e2fsprogs/e2fsck.c |4 ++-- util-linux/mkfs_reiser.c |2 +- 2 files changed, 3 insertions(+), 3 deletions(-)

[EDT] [PATCH 3/11] Typo fix : accomodate --> accommodate

2015-05-20 Thread Maninder Singh
EP-E9D7571734A347E2ADA07C4134AB97EA Hi, Subject: [PATCH 03/11] typo fix accomodate --> accommodate Signed-off-by: Maninder Singh Reviewed-by: Akhilesh Kumar --- coreutils/stat.c |2 +- coreutils/uudecode.c |2 +- findutils/xargs.c|2 +- networking/netstat.c |2 +- 4 fi

[EDT] [PATCH 2/11] Typo fix:assigment --> assignment

2015-05-20 Thread Maninder Singh
EP-E9D7571734A347E2ADA07C4134AB97EA Hi, Subject: [PATCH 02/11] typo fix assigment --> assignment Signed-off-by: Maninder Singh Reviewed-by: Akhilesh Kumar --- shell/hush.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/shell/hush.c b/shell/hush.c index f2c0a70..5852

[EDT][PATCH 1/11] Typo fix : begining -> beginning

2015-05-20 Thread Maninder Singh
EP-E9D7571734A347E2ADA07C4134AB97EA Hi, Subject: [PATCH 01/11] typo fix begining -> beginning Signed-off-by: Maninder Singh Reviewed-by: Akhilesh Kumar --- editors/diff.c |2 +- editors/vi.c | 10 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/editors/diff.c

[EDT][PATCH 0/11] typo fixes in busybox

2015-05-20 Thread Maninder Singh
EP-E9D7571734A347E2ADA07C4134AB97EA Hi, During codewalk through find little typo mistakes, So i made a script to find out common typo errors done by developer and sending fixes for the same to make busybox more perfect :) No Functinality changes. Patch list (One patch for one word correction ni

Busybox "udhcpc" and classless static routes (rfc3442)

2015-05-20 Thread Alex Upton
Hello, I'm trying to use "udhcpc" from busybox (The client, not the server) to obtain classless static routes through a DHCP packet. My DHCP server side (isc-dhcpd-4.1.1-P1) is configured with: option rfc3442-classless-static-routes code 121 = array of integer 8; option ms-classless-static-routes

[PATCH] ip addr: support change and replace commands

2015-05-20 Thread Michael Tokarev
Signed-off-by: Michael Tokarev --- networking/ip.c | 2 +- networking/libiproute/ipaddress.c | 20 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/networking/ip.c b/networking/ip.c index 98fe621..d35345c 100644 --- a/networking/ip.c +++ b/ne