Tweak security/fakebo version 0.4.2.1_1
[dports.git] / security / fakebo / files / patch-fakebo.c
1 --- fakebo.c.orig       2002-03-28 03:45:29 UTC
2 +++ fakebo.c
3 @@ -462,8 +462,8 @@ static void conf_reread(int signo)
4  {
5         static char msg[] = "Warning: SIGHUP received, but config re-read not yet implemented!\n";
6  
7 -       logprintf(TRUE, msg);
8 -       syslogprintf(msg);
9 +       logprintf(TRUE, "%s", msg);
10 +       syslogprintf("%s", msg);
11  }
12  
13  #endif