aboutsummaryrefslogtreecommitdiff
path: root/security/fakebo/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/fakebo/files/patch-aa')
-rw-r--r--security/fakebo/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/fakebo/files/patch-aa b/security/fakebo/files/patch-aa
new file mode 100644
index 000000000000..9c47d7e9e0ed
--- /dev/null
+++ b/security/fakebo/files/patch-aa
@@ -0,0 +1,11 @@
+--- misc.c.orig Thu Jun 6 18:11:32 2002
++++ misc.c Thu Jun 6 18:11:41 2002
+@@ -107,7 +107,7 @@
+
+ #ifdef HAVE_OPENLOG
+ openlog("FakeBO", LOG_CONS, LOG_USER);
+- syslog(LOG_WARNING, buf);
++ syslog(LOG_WARNING, "%s", buf);
+ closelog();
+ #else
+ #warning "Can't find usable syslog, disabled!"