[PATCH] ip addr: support change and replace commands

2015-05-20 Thread Michael Tokarev
Signed-off-by: Michael Tokarev m...@tls.msk.ru --- 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 ---

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

[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

[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 maninder...@samsung.com Reviewed-by: Akhilesh Kumar akhiles...@samsung.com --- editors/diff.c |2 +- editors/vi.c | 10 +- 2 files changed, 6

[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 maninder...@samsung.com Reviewed-by: Akhilesh Kumar akhiles...@samsung.com --- coreutils/Config.src |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[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 maninder...@samsung.com Reviewed-by: Akhilesh Kumar akhiles...@samsung.com --- e2fsprogs/old_e2fsprogs/e2fsck.c |4 ++-- util-linux/mkfs_reiser.c |2 +- 2

[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 maninder...@samsung.com Reviewed-by: Akhilesh Kumar akhiles...@samsung.com --- docs/cgi/env.html |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[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 maninder...@samsung.com Reviewed-by: Akhilesh Kumar akhiles...@samsung.com --- miscutils/less.c|2 +- scripts/basic/docproc.c |2 +- 2 files changed, 2

[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 maninder...@samsung.com Reviewed-by: Akhilesh Kumar akhiles...@samsung.com --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[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 maninder...@samsung.com Reviewed-by: Akhilesh Kumar akhiles...@samsung.com --- selinux/Config.src |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[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 maninder...@samsung.com Reviewed-by: Akhilesh Kumar akhiles...@samsung.com --- editors/vi.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[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 maninder...@samsung.com Reviewed-by: Akhilesh Kumar akhiles...@samsung.com --- coreutils/stat.c |2 +- coreutils/uudecode.c |2 +- findutils/xargs.c|

[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 maninder...@samsung.com Reviewed-by: Akhilesh Kumar akhiles...@samsung.com --- shell/hush.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git