summaryrefslogtreecommitdiff
path: root/sysutils/logtool/files/patch-ad
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2000-12-30 16:46:49 +0000
committerAlexander Langer <alex@FreeBSD.org>2000-12-30 16:46:49 +0000
commit338a207f4f75ad9cad730732d2cd42e5c76812bf (patch)
tree6ffa6c86afcd1c1ec5bf93994b465ad984a01656 /sysutils/logtool/files/patch-ad
parentAdd diffconvert 1.2, a tool to convert between context and unified diffs (diff)
Add logtool 1.0.1, a command line program, that will parse syslog and
syslog-alike logfiles into a more palatable format. PR: 23956 Submitted by: Ying-Chieh Liao <ijliao@terry.dragon2.net>
Notes
Notes: svn path=/head/; revision=36460
Diffstat (limited to 'sysutils/logtool/files/patch-ad')
-rw-r--r--sysutils/logtool/files/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/logtool/files/patch-ad b/sysutils/logtool/files/patch-ad
new file mode 100644
index 000000000000..792b3a7404bd
--- /dev/null
+++ b/sysutils/logtool/files/patch-ad
@@ -0,0 +1,11 @@
+--- logtail/Makefile.orig Sat Dec 30 20:17:09 2000
++++ logtail/Makefile Sat Dec 30 20:17:35 2000
+@@ -2,7 +2,7 @@
+ PROG= logtail
+ CC= gcc
+ CFLAGS= -Wall -Werror -O3 -ansi -pedantic
+-PREFIX=/usr
++PREFIX=%%PREFIX%%
+
+ default:
+ $(CC) $(CFLAGS) -o $(PROG) $(SRC)