You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- samhain-1.8.2/sh_err_syslog.c.orig Fri Mar 21 21:24:50 2003 |
|
+++ samhain-1.8.2/sh_err_syslog.c Fri Sep 5 16:46:26 2003 |
|
@@ -162,7 +162,7 @@ |
|
|
|
if (init == 0) |
|
{ |
|
- openlog (sh.prg_name, LOG_PID, my_syslog_facility); |
|
+ openlog ("samhain", LOG_PID, my_syslog_facility); |
|
init = 1; |
|
} |
|
|
|
|