Jan Engelhardt 2014-12-28 16:53:23 +00:00 committed by Git OBS Bridge
parent e628c20a62
commit 4b1c9b496f

View File

@ -1,7 +1,15 @@
diff -Ndur iproute2-3.16.0/examples/gaiconf iproute2-3.16.0-fix-bashisms/examples/gaiconf From: Oleksandr Chumachenko <ledest@gmail.com>
--- iproute2-3.16.0/examples/gaiconf 2014-08-04 22:43:46.000000000 +0300 Date: Sun, 28 Dec 2014 17:35:02 +0100
+++ iproute2-3.16.0-fix-bashisms/examples/gaiconf 2014-11-16 03:02:55.194855668 +0200
@@ -11,7 +11,7 @@ ---
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= verbose=
debug= 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 if [ x"$verbose" != x"" ]; then
echo "$@" echo "$@"
@@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ function run ()
fi fi
} }
@ -19,7 +27,7 @@ diff -Ndur iproute2-3.16.0/examples/gaiconf iproute2-3.16.0-fix-bashisms/example
{ {
file=$1; shift file=$1; shift
flush=1 flush=1
@@ -36,14 +36,14 @@ @@ -36,14 +36,14 @@ function do_load_config ()
done done
} }