mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
ebtables: Update to version 2.0.11
- Update from version 2.0.10-4 (Sep 2014) to 2.0.11 (Dec 2019) - Update of rootfile - Deletion of patch to prevent installing in usr/local as new tarball now has a ./configure file that enables setting prefix to /usr and sysconfdir to /etc Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
8a79da8f01
commit
85c32fb394
@@ -1,28 +0,0 @@
|
||||
From 373fb7d2d22fcf3328702e719793526e215822ca Mon Sep 17 00:00:00 2001
|
||||
From: Jonatan Schlag <jonatan.schlag@ipfire.org>
|
||||
Date: Thu, 24 Mar 2016 18:35:51 +0100
|
||||
Subject: [PATCH] ebtables should install nothing in usr local
|
||||
|
||||
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
|
||||
---
|
||||
Makefile | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index c1106a4..b5f4447 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -10,8 +10,8 @@ LOCKDIR:=$(shell echo $(LOCKFILE) | sed 's/\(.*\)\/.*/\1/')/
|
||||
|
||||
# default paths
|
||||
LIBDIR:=/usr/lib
|
||||
-MANDIR:=/usr/local/man
|
||||
-BINDIR:=/usr/local/sbin
|
||||
+MANDIR:=/usr/man
|
||||
+BINDIR:=/usr/sbin
|
||||
ETCDIR:=/etc
|
||||
INITDIR:=/etc/rc.d/init.d
|
||||
SYSCONFIGDIR:=/etc/sysconfig
|
||||
--
|
||||
2.1.4
|
||||
|
||||
Reference in New Issue
Block a user