blob: 4251b46d5e8c636f2e77ba5807851643d5261a4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- ./src/Makefile.orig 2003-03-14 13:39:46.000000000 -0800
+++ ./src/Makefile 2003-03-14 13:41:15.000000000 -0800
@@ -68,12 +68,12 @@
# installation target directory. The iptraf and rvnamed programs get
# stored here. iptraf also exec's rvnamed from this directory.
-TARGET = /usr/local/bin
+TARGET = /usr/sbin
# The IPTraf working directory; if you change this. Starting with this
# version, this definition overrides dirs.h.
-WORKDIR = /var/local/iptraf
+WORKDIR = /var/cache/iptraf
# The IPTraf log file directory. IPTraf log files are placed here.
# This definition overrides dirs.h
|