summaryrefslogtreecommitdiff
path: root/packages/ez-ipupdate/files/zoneedit.patch
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2005-11-29 12:22:22 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-11-29 12:22:22 +0000
commita589c33513bd8f4860860b9803d8dc4fe5d6fde7 (patch)
tree559e3905101cbd21a32bb3021343e9c656d280fd /packages/ez-ipupdate/files/zoneedit.patch
parente10c2a138dcf536f472a80c97cc47592e43989b2 (diff)
parentec5d818fc28befe7bd53cc77236eaf98b3f1bd0f (diff)
merge of 270dcdaefb593b358e63d5e0e0d535a802f790fd
and dac65a99f38ac6da3e7c8ece44938ffd7aad88c4
Diffstat (limited to 'packages/ez-ipupdate/files/zoneedit.patch')
-rw-r--r--packages/ez-ipupdate/files/zoneedit.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/ez-ipupdate/files/zoneedit.patch b/packages/ez-ipupdate/files/zoneedit.patch
new file mode 100644
index 0000000000..c9d4e4a2c1
--- /dev/null
+++ b/packages/ez-ipupdate/files/zoneedit.patch
@@ -0,0 +1,11 @@
+--- ez-ipupdate-3.0.10/ez-ipupdate.c.orig 2005-11-27 22:59:39.149355269 -0800
++++ ez-ipupdate-3.0.10/ez-ipupdate.c 2005-11-27 22:59:46.705830768 -0800
+@@ -3806,7 +3806,7 @@ int ZONEEDIT_update_entry(void)
+ break;
+
+ case 200:
+- if(strstr(buf, "<SUCCESS\n") != NULL)
++ if(strstr(buf, "<SUCCESS ") != NULL)
+ {
+ if(!(options & OPT_QUIET))
+ {