diff options
Diffstat (limited to 'security/fakebo/files/patch-fakebo.c')
-rw-r--r-- | security/fakebo/files/patch-fakebo.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/fakebo/files/patch-fakebo.c b/security/fakebo/files/patch-fakebo.c new file mode 100644 index 000000000000..12c64f4fe089 --- /dev/null +++ b/security/fakebo/files/patch-fakebo.c @@ -0,0 +1,13 @@ +--- fakebo.c.orig Thu Jun 6 18:13:21 2002 ++++ fakebo.c Thu Jun 6 18:13:31 2002 +@@ -457,8 +457,8 @@ + { + static char msg[] = "Warning: SIGHUP received, but config re-read not yet implemented!\n"; + +- logprintf(TRUE, msg); +- syslogprintf(msg); ++ logprintf(TRUE, "%s", msg); ++ syslogprintf("%s", msg); + } + + #endif |