use standard ports paths - /sbin, /var/run, /etc

This commit is contained in:
dugsong 1999-12-06 06:55:40 +00:00
parent ffe2cfabee
commit 25fba4d6d5
2 changed files with 27 additions and 1 deletions

View File

@ -0,0 +1,26 @@
--- 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@

View File

@ -1,3 +1,3 @@
bin/logsurfer
sbin/logsurfer
man/man1/logsurfer.1
man/man4/logsurfer.conf.4