summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL2
-rw-r--r--Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 6321f10..2d1e42f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,7 +18,7 @@ WHAT GETS INSTALLED?
- ethertypes is by default placed in /etc/, if you
want to change this, include ETHERTYPESPATH=<<path>>.
- 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=<<path>>.
That's all
diff --git a/Makefile b/Makefile
index bdbf86f..e519c4e 100644
--- a/Makefile
+++ b/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:=