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.
 
 
 
 
 
 

24 lines
699 B

Index: Makefile.in
--- Makefile.in.orig 2005-11-30 22:59:11 +0100
+++ Makefile.in 2006-06-17 22:54:09 +0200
@@ -66,7 +66,7 @@
DEFS = $(DBGDEF) @DEFS@ -I. -I$(top_srcdir)/include
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
-LIBS_TRY = @LIBS@
+LIBS_TRY = @LIBS@ -lssp
LIBS_SOCK = @sh_libsocket@
LIBS_KVM = @sh_libkvm@
CFLAGS = @CFLAGS@
Index: src/sh_err_syslog.c
--- src/sh_err_syslog.c.orig 2005-04-24 21:50:26 +0200
+++ src/sh_err_syslog.c 2006-06-17 22:51:49 +0200
@@ -167,7 +167,7 @@
if (init == 0)
{
/*@-unrecog@*/
- openlog (sh.prg_name, LOG_PID, my_syslog_facility);
+ openlog ("samhain", LOG_PID, my_syslog_facility);
/*@+unrecog@*/
init = 1;
}