27 lines
656 B
Plaintext
27 lines
656 B
Plaintext
--- Makefile.in.orig Sun Dec 5 22:35:33 1999
|
|
+++ Makefile.in Sun Dec 5 22:37:01 1999
|
|
@@ -7,12 +7,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 = /var/tmp/logsurfer.dump
|
|
+DEF_DUMPFILE = /var/run/logsurfer.dump
|
|
|
|
#
|
|
# You can define CPPFLAGS on the command line. Aside from system-specific
|
|
@@ -43,7 +43,7 @@
|
|
# Where to install the logsurfer executable
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
-bindir = @bindir@
|
|
+bindir = @prefix@/sbin
|
|
# Where to install manual pages
|
|
mandir = @mandir@
|
|
|