diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-06-21 06:34:57 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-06-21 06:34:57 +0000 |
commit | 7fb053098aef9c8427c0ce515eab414986f154f4 (patch) | |
tree | 15e4de14471704976da662e88f7e1feec2c5daee /sysutils/oak/files/patch-matchline.c | |
parent | This port has install and dependency problems, mark BROKEN until I fix it. (diff) |
New port: oak.
Oak is a program that can be used to monitor syslogs from a collection
of servers and notify operators when problem conditions arise. In
addition to providing immediate notification of critical problems oak
will also batch less critical problems into summary messages that can
be sent less often and via any medium. For example you may wish to
have oak page you on critical events while sending a summary of less
important messages to your terminal once an hour. In addition you
could send a daily email message summarizing all events.
WWW: http://www.ktools.org/oak/
Notes
Notes:
svn path=/head/; revision=137802
Diffstat (limited to 'sysutils/oak/files/patch-matchline.c')
-rw-r--r-- | sysutils/oak/files/patch-matchline.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/oak/files/patch-matchline.c b/sysutils/oak/files/patch-matchline.c new file mode 100644 index 000000000000..8919774f55a0 --- /dev/null +++ b/sysutils/oak/files/patch-matchline.c @@ -0,0 +1,12 @@ +--- matchline.c.orig Sun Feb 27 21:54:53 2005 ++++ matchline.c Tue Jun 21 10:25:59 2005 +@@ -1,8 +1,8 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> +-#include <regex.h> + #include <sys/types.h> ++#include <regex.h> + #include <time.h> + #include "oak.h" + |