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