diff --git a/iproute2-3.16.0-fix-bashisms.patch b/iproute2-3.16.0-fix-bashisms.patch index 1394909..7950c55 100644 --- a/iproute2-3.16.0-fix-bashisms.patch +++ b/iproute2-3.16.0-fix-bashisms.patch @@ -1,7 +1,15 @@ -diff -Ndur iproute2-3.16.0/examples/gaiconf iproute2-3.16.0-fix-bashisms/examples/gaiconf ---- iproute2-3.16.0/examples/gaiconf 2014-08-04 22:43:46.000000000 +0300 -+++ iproute2-3.16.0-fix-bashisms/examples/gaiconf 2014-11-16 03:02:55.194855668 +0200 -@@ -11,7 +11,7 @@ +From: Oleksandr Chumachenko +Date: Sun, 28 Dec 2014 17:35:02 +0100 + +--- + examples/gaiconf | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + +Index: iproute2-3.17.0/examples/gaiconf +=================================================================== +--- iproute2-3.17.0.orig/examples/gaiconf ++++ iproute2-3.17.0/examples/gaiconf +@@ -11,7 +11,7 @@ DEFAULT_GAICONF=/etc/gai.conf verbose= debug= @@ -10,7 +18,7 @@ diff -Ndur iproute2-3.16.0/examples/gaiconf iproute2-3.16.0-fix-bashisms/example { if [ x"$verbose" != x"" ]; then echo "$@" -@@ -21,7 +21,7 @@ +@@ -21,7 +21,7 @@ function run () fi } @@ -19,7 +27,7 @@ diff -Ndur iproute2-3.16.0/examples/gaiconf iproute2-3.16.0-fix-bashisms/example { file=$1; shift flush=1 -@@ -36,14 +36,14 @@ +@@ -36,14 +36,14 @@ function do_load_config () done }