mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-17 14:33:00 +02:00
Update includes several fixes and enhancements. The full overview of changes are located in here --> https://github.com/iptraf-ng/iptraf-ng/blob/master/CHANGES . rvnamed has been merged into iptraf-ng. Fix division by zero patch has been merged into new version, patch is not needed anymore. logrotate configuration for iptraf-ng has been included. Signed-off-by: Erik Kapfer <ummeegge@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
13 lines
391 B
Diff
13 lines
391 B
Diff
diff -Nur iptraf-ng-1.2.1.orig/Makefile iptraf-ng-1.2.1/Makefile
|
|
--- iptraf-ng-1.2.1.orig/Makefile 2020-09-15 14:44:55.118508574 +0000
|
|
+++ iptraf-ng-1.2.1/Makefile 2020-09-15 14:45:22.828358457 +0000
|
|
@@ -25,7 +25,7 @@
|
|
ALL_LDFLAGS = $(LDFLAGS)
|
|
STRIP ?= strip
|
|
|
|
-prefix = $(HOME)
|
|
+prefix = /usr
|
|
sbindir_relative = sbin
|
|
sbindir = $(prefix)/$(sbindir_relative)
|
|
mandir = $(prefix)/share/man
|