summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-02-15 11:12:41 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-02-15 11:12:41 +0000
commit740d3e89cc3631c36a9a15e1a8b64629fa3681f6 (patch)
tree7c71d9f716b700d2feeea28776ade8d9cce1ce83
parent35f11f141a1eaa63a901cfe844c1afa8f7826bb1 (diff)
update for BINDIR
-rw-r--r--userspace/ebtables2/INSTALL7
1 files changed, 5 insertions, 2 deletions
diff --git a/userspace/ebtables2/INSTALL b/userspace/ebtables2/INSTALL
index a7448c9..8e9359c 100644
--- a/userspace/ebtables2/INSTALL
+++ b/userspace/ebtables2/INSTALL
@@ -1,7 +1,9 @@
FOLLOW THESE SIMPLE GUIDELINES:
-------------------------------
-Compiling the source code and putting the files in the right directories:
+Compile the source code:
+%make
+put the files in the right directories:
%make install
If you are using the CVS code or need your own kernel includes, do this
@@ -15,10 +17,11 @@ WHAT GETS INSTALLED?
To put the manual somewhere else, include MANDIR=<<man-path/man>> as
option on the command line.
The Makefile will append /man8/ebtables.8.
-- ethertypes is by default placed in /usr/local/etc/, if you
+- 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
to /sbin/ebtables.
+ To put the binary somewhere else, include BINDIR=<<path/>>.
That's all