summaryrefslogtreecommitdiff
path: root/sysutils/oak/patches/patch-aa
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-11-03 14:28:21 +0000
committerrillig <rillig@pkgsrc.org>2007-11-03 14:28:21 +0000
commit9cd71b216dae441f70ac4b2d1f4e838113789069 (patch)
tree3426cef19b7248def429fd75449c265679a7c11b /sysutils/oak/patches/patch-aa
parent68441028c7ecdd9463210ea0844c062031aa6ee8 (diff)
downloadpkgsrc-9cd71b216dae441f70ac4b2d1f4e838113789069.tar.gz
Imported oak from pkgsrc-wip.
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. Packaged by jdwhite@jdwhite.org.
Diffstat (limited to 'sysutils/oak/patches/patch-aa')
-rw-r--r--sysutils/oak/patches/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/oak/patches/patch-aa b/sysutils/oak/patches/patch-aa
new file mode 100644
index 00000000000..f1a4ed648e6
--- /dev/null
+++ b/sysutils/oak/patches/patch-aa
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/11/03 14:28:21 rillig Exp $
+
+--- Makefile.in 2005-02-27 12:54:53.000000000 -0600
++++ Makefile.in 2006-02-04 14:36:44.000000000 -0600
+@@ -1,3 +1,5 @@
++prefix=@prefix@
++exec_prefix=@exec_prefix@
+ CC=@CC@
+ CFLAGS=-g -Wall
+ OBJS=action.o matchline.o oak.o queuelist.o fire.o queue.o util.o list.o global.o readconfig.o text.o queue_entry.o string.o
+@@ -7,7 +7,7 @@
+ $(CC) -o oak $(OBJS) $(LIBS)
+
+ install:
+- ./install-sh -c oak /usr/local/bin/
++ ./install-sh -c oak @bindir@/
+
+ clean:
+ $(RM) *~ *.o oak