13 lines
395 B
Text
13 lines
395 B
Text
$NetBSD: patch-aa,v 1.3 2000/08/02 17:29:05 cjones Exp $
|
|
--- Makefile.in.orig Tue Aug 1 16:52:27 2000
|
|
+++ Makefile.in Tue Aug 1 16:55:03 2000
|
|
@@ -13,7 +13,8 @@
|
|
|
|
# Where should we dump or status (default location)
|
|
#
|
|
-DEF_DUMPFILE = /dev/null
|
|
+vardir = @localstatedir@
|
|
+DEF_DUMPFILE = $(vardir)/logsurfer.dump
|
|
|
|
#
|
|
# You can define CPPFLAGS on the command line. Aside from system-specific
|