From 68bdce38b3794bd91b89c7e2e3cb0c0dfa0163bf Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Fri, 6 Sep 2002 19:10:33 +0000 Subject: *** empty log message *** --- .../ebtables-hacking/ebtables-hacking-HOWTO-2.html | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 docs/ebtables-hacking/ebtables-hacking-HOWTO-2.html (limited to 'docs/ebtables-hacking/ebtables-hacking-HOWTO-2.html') diff --git a/docs/ebtables-hacking/ebtables-hacking-HOWTO-2.html b/docs/ebtables-hacking/ebtables-hacking-HOWTO-2.html new file mode 100644 index 0000000..5a44731 --- /dev/null +++ b/docs/ebtables-hacking/ebtables-hacking-HOWTO-2.html @@ -0,0 +1,43 @@ + + + +Ebtables Hacking HOWTO: Where Can I Get The Latest? + + +Next +Previous +Contents +
+

2. Where Can I Get The Latest?

+ +

Ebtables has a sourceforge account and uses its CVS services. This CVS contains the latest +userspace and kernel code along with other documents. + +For casual browsing, you can use the +Web Interface.

+

To grab the latest sources, you can do the following: +

    +
  1. Log in to the CVS server anonymously, when prompted for a password simply press the ENTER key: +
    +
    +cvs -d:pserver:anonymous@cvs.ebtables.sourceforge.net:/cvsroot/ebtables login
    +
    +
    +
  2. +
  3. Check out the ebtables repository: +
    +
    +cvs -z3 -d:pserver:anonymous@cvs.ebtables.sourceforge.net:/cvsroot/ebtables co ebtables2
    +
    +
    +
  4. +
+

+ +
+Next +Previous +Contents + + + -- cgit v1.2.3