summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-04-01 17:06:51 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-04-01 17:06:51 +0000
commit2816ca0681226a54f12bd70cc001cf0e3a3c631b (patch)
tree5a5ee86126c2e2abdfefcdceca053862abfe901c /userspace/ebtables2
parent2b2ac7b07033cbfb7d701c174a3252f5504db770 (diff)
remove NONSTANDARD
Diffstat (limited to 'userspace/ebtables2')
-rw-r--r--userspace/ebtables2/INSTALL7
1 files changed, 2 insertions, 5 deletions
diff --git a/userspace/ebtables2/INSTALL b/userspace/ebtables2/INSTALL
index b76987a..9f44910 100644
--- a/userspace/ebtables2/INSTALL
+++ b/userspace/ebtables2/INSTALL
@@ -1,9 +1,7 @@
FOLLOW THESE SIMPLE GUIDELINES:
-------------------------------
-Compile the source code:
-%make
-put the files in the right directories:
+Compiling the source code and putting the files in the right directories:
%make install
If you are using the CVS code or need your own kernel includes, do this
@@ -17,11 +15,10 @@ 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 /etc/, if you
+- ethertypes is by default placed in /usr/local/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