From b92c241bff788de62a36c007bf14148c5fa8840c Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Mon, 29 Nov 2004 22:00:36 +0000 Subject: put ebtables in /usr/sbin instead of /sbin --- userspace/ebtables2/INSTALL | 2 +- userspace/ebtables2/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/userspace/ebtables2/INSTALL b/userspace/ebtables2/INSTALL index 6321f10..2d1e42f 100644 --- a/userspace/ebtables2/INSTALL +++ b/userspace/ebtables2/INSTALL @@ -18,7 +18,7 @@ WHAT GETS INSTALLED? - ethertypes is by default placed in /etc/, if you want to change this, include ETHERTYPESPATH=<>. - the userspace program ebtables is compiled and the executable is copied - by default to /sbin/ebtables. If you want to put the executable + by default to /usr/sbin/ebtables. If you want to put the executable somewhere else, include BINPATH=<>. That's all diff --git a/userspace/ebtables2/Makefile b/userspace/ebtables2/Makefile index bdbf86f..e519c4e 100644 --- a/userspace/ebtables2/Makefile +++ b/userspace/ebtables2/Makefile @@ -7,7 +7,7 @@ PROGDATE:=January\ 2004 # default paths LIBDIR:=/usr/lib MANDIR:=/usr/local/man -BINDIR:=/sbin +BINDIR:=/usr/sbin ETCDIR:=/etc DESTDIR:= -- cgit v1.2.3