summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--userspace/ebtables2/INSTALL2
-rw-r--r--userspace/ebtables2/Makefile2
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=<<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/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:=