update to v1.5

fake
This commit is contained in:
jakob 2000-03-20 22:42:57 +00:00
parent 1243649c6f
commit 0a1d05d040
3 changed files with 20 additions and 13 deletions

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.5 2000/03/05 23:00:33 jakob Exp $
# $OpenBSD: Makefile,v 1.6 2000/03/20 22:42:57 jakob Exp $
DISTNAME= logsurfer-1.41
DISTNAME= logsurfer-1.5
CATEGORIES= security
MAINTAINER= jakob@openbsd.org
@ -14,5 +14,6 @@ MASTER_SITES= ftp://ftp.cert.dfn.de/pub/tools/audit/logsurfer/ \
ftp://ftp.tuwien.ac.at/infosys/security/dfn/tools/audit/logsurfer/
GNU_CONFIGURE= yes
FAKE= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (logsurfer-1.41.tar.gz) = 0871a4f23d91d0e19956b19a4162992b
RMD160 (logsurfer-1.41.tar.gz) = 5e2983ba0a02aa4300f2ec7f16d7fb5db3c1e3dd
SHA1 (logsurfer-1.41.tar.gz) = 71a2a4996429869a5b51891b0b67d85f599a384a
MD5 (logsurfer-1.5.tar.gz) = 057ac8e80d86694ab2cd56cb620b4f17
RMD160 (logsurfer-1.5.tar.gz) = 6ea8137b6f2f0ea303f6e4a9b913f23c3f25f9b9
SHA1 (logsurfer-1.5.tar.gz) = 4c87d0717c8f7a99bbe9f0e5899785d802acb061

View File

@ -1,6 +1,6 @@
--- Makefile.in.orig Sun Dec 5 22:35:33 1999
+++ Makefile.in Sun Dec 5 22:37:01 1999
@@ -7,12 +7,12 @@
--- Makefile.in.orig Mon Nov 22 13:01:52 1999
+++ Makefile.in Mon Mar 20 23:41:17 2000
@@ -8,12 +8,12 @@
# Where is the default configuration file
#
@ -10,17 +10,23 @@
# Where should we dump or status (default location)
#
-DEF_DUMPFILE = /var/tmp/logsurfer.dump
-DEF_DUMPFILE = /dev/null
+DEF_DUMPFILE = /var/run/logsurfer.dump
#
# You can define CPPFLAGS on the command line. Aside from system-specific
@@ -43,7 +43,7 @@
@@ -44,11 +44,11 @@
LIBS = @LIBS@
# Where to install the logsurfer executable
prefix = @prefix@
-prefix = @prefix@
+prefix = $(PREFIX)
exec_prefix = @exec_prefix@
-bindir = @bindir@
+bindir = @prefix@/sbin
+bindir = $(PREFIX)/sbin
# Where to install manual pages
mandir = @mandir@
-mandir = @mandir@
+mandir = $(PREFIX)/man
# Use cp if you don't have install.
INSTALL = @INSTALL@