summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/ez-ipupdate/files/ez-ipupdate-3.0.11_beta8-syslog.patch')
-rw-r--r--net-dns/ez-ipupdate/files/ez-ipupdate-3.0.11_beta8-syslog.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-dns/ez-ipupdate/files/ez-ipupdate-3.0.11_beta8-syslog.patch b/net-dns/ez-ipupdate/files/ez-ipupdate-3.0.11_beta8-syslog.patch
new file mode 100644
index 000000000000..48153e1aabfa
--- /dev/null
+++ b/net-dns/ez-ipupdate/files/ez-ipupdate-3.0.11_beta8-syslog.patch
@@ -0,0 +1,11 @@
+--- ez-ipupdate.c.old 2004-10-21 23:44:57.000000000 +0200
++++ ez-ipupdate.c 2004-10-22 23:56:05.000000000 +0200
+@@ -805,7 +805,7 @@
+ sprintf(buf, "message incomplete because your OS sucks: %s\n", fmt);
+ #endif
+
+- syslog(LOG_NOTICE, buf);
++ syslog(LOG_NOTICE, "%s", buf);
+ }
+ else
+ {