MySQL, syslog/tcp, RFC 3195, permitted sender lists, filtering on any message part, and fine grain output format control. It is quite compatible to stock sysklogd and can be used as a drop-in replacement. Its advanced features make it suitable for enterprise-class, encryption protected syslog relay chains while at the same time being very easy to setup for the novice user. An optional web interface - phpLogCon - can be used to visualize all data online. On NetBSD 3.99.10 and Slackware 10.1 compiling and works fine.
18 lines
767 B
Text
18 lines
767 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2005/11/21 20:50:32 bartoszkuzma Exp $
|
|
|
|
--- master.make.orig 2005-11-14 14:25:11.000000000 +0100
|
|
+++ master.make
|
|
@@ -11,8 +11,11 @@
|
|
#LDFLAGS= -g -Wall -fno-omit-frame-pointer
|
|
#CFLAGS= -DSYSV -g -Wall -fno-omit-frame-pointer
|
|
|
|
-CFLAGS= $(RPM_OPT_FLAGS) -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -I/usr/local/include $(NOLARGEFILE) $(WITHDB)
|
|
-LDFLAGS= -s
|
|
+#CFLAGS= $(RPM_OPT_FLAGS) -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -I/usr/local/include $(NOLARGEFILE) $(WITHDB)
|
|
+#LDFLAGS= -s
|
|
+
|
|
+CFLAGS+= -O3 -Wall -DSYSV $(NOLARGEFILE) $(WITHDB)
|
|
+LDFLAGS+= -s
|
|
|
|
# There is one report that under an all ELF system there may be a need to
|
|
# explicilty link with libresolv.a. If linking syslogd fails you may wish
|