--- 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
 #
-etcdir = @etcdir@
+etcdir = /etc
 DEF_CONFFILE = $(etcdir)/logsurfer.conf
 
 # Where should we dump or status (default location)
 #
-DEF_DUMPFILE = /dev/null
+DEF_DUMPFILE = /var/run/logsurfer.dump
 
 # 
 # You can define CPPFLAGS on the command line.  Aside from system-specific
@@ -44,11 +44,11 @@
 LIBS = @LIBS@
 
 # Where to install the logsurfer executable
-prefix = @prefix@
+prefix = $(PREFIX)
 exec_prefix = @exec_prefix@
-bindir = @bindir@
+bindir = $(PREFIX)/sbin
 # Where to install manual pages
-mandir = @mandir@
+mandir = $(PREFIX)/man
 
 # Use cp if you don't have install.
 INSTALL = @INSTALL@
