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.
 
 
 
 
 
 

12 lines
392 B

diff -Naur samhain-1.7.12.orig/sh_err_syslog.c samhain-1.7.11/sh_err_syslog.c
--- samhain-1.7.12.orig/sh_err_syslog.c Fri Mar 21 21:24:50 2003
+++ samhain-1.7.12/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;
}