From 095f2584082cf948a21302fd4214508029d1a8c4 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Thu, 20 Oct 2005 17:29:07 +0000 Subject: update info --- INSTALL | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/INSTALL b/INSTALL index 0722c71..1ea3648 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,9 @@ FOLLOW THESE SIMPLE GUIDELINES: ------------------------------- -Compiling the source code and putting the files in the right directories: +Compiling 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 @@ -17,16 +19,19 @@ WHAT GETS INSTALLED? The Makefile will append /man8/ebtables.8. - ethertypes is by default placed in /etc/, if you want to change this, include ETHERTYPESPATH=<>. -- The pipe used for communication by ebtablesd and ebtablesu is by - default the file /etc/ebtables-v$(PROGVERSION)/ebtablesd_pipe. To - change the directory, include PIPE_DIR=<>. There is no option - to change the name of the pipe. -- the userspace programs ebtables ebtablesu and ebtablesd are compiled and - the executables are copied by default to /usr/local/sbin/ebtables. If you want - to put the executables somewhere else, include BINPATH=<>. +- The userspace programs ebtables ebtables-save and ebtables-restore are + are copied by default to /usr/local/sbin/ebtables. If you want to put + the executables somewhere else, include BINPATH=<>. +- The ebtables initialisation file (enabling use of 'service ebtables') is + copied to /etc/rc.d/init.d (change with option INITDIR) +- The ebtables configuration file (ebtables-config) is copied to /etc/sysconfig That's all +You can also use a base directory different from the root directory (/), +using the DESTDIR option. See the Makefile for more details. + + ADDITIONAL PROGRAM(S): ---------------------- -- examples/ulog/test_ulog.c -- @@ -44,4 +49,5 @@ Usage: -- examples/perf_test/perf_test -- A test script to compare the performance for the different ways to -construct an ebtables table. +construct an ebtables table. This is deprecated and should probably +be ignored. -- cgit v1.2.3