"Fossies" - the Fresh Open Source Software Archive

Member "ipfire-2.x-2.27-core174/src/patches/ebtables/0001-ebtables-should-install-nothing-in-usr-local.patch" (7 Apr 2023, 729 Bytes) of package /linux/misc/ipfire-2.x-2.27-core174.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Diff source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 From 373fb7d2d22fcf3328702e719793526e215822ca Mon Sep 17 00:00:00 2001
    2 From: Jonatan Schlag <jonatan.schlag@ipfire.org>
    3 Date: Thu, 24 Mar 2016 18:35:51 +0100
    4 Subject: [PATCH] ebtables should install nothing in usr local
    5 
    6 Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
    7 ---
    8  Makefile | 4 ++--
    9  1 file changed, 2 insertions(+), 2 deletions(-)
   10 
   11 diff --git a/Makefile b/Makefile
   12 index c1106a4..b5f4447 100644
   13 --- a/Makefile
   14 +++ b/Makefile
   15 @@ -10,8 +10,8 @@ LOCKDIR:=$(shell echo $(LOCKFILE) | sed 's/\(.*\)\/.*/\1/')/
   16  
   17  # default paths
   18  LIBDIR:=/usr/lib
   19 -MANDIR:=/usr/local/man
   20 -BINDIR:=/usr/local/sbin
   21 +MANDIR:=/usr/man
   22 +BINDIR:=/usr/sbin
   23  ETCDIR:=/etc
   24  INITDIR:=/etc/rc.d/init.d
   25  SYSCONFIGDIR:=/etc/sysconfig
   26 -- 
   27 2.1.4
   28