[hipl-commit] [trunk] Rev 4293: Remove outdated Linux kernel configuration files.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Thu, 15 Apr 2010 20:19:50 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 15/04/2010 at 20:19:49
Revision: 4293
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove outdated Linux kernel configuration files.

Modified:
  M  Makefile.am
  M  doc/HOWTO.xml

=== modified file 'Makefile.am'
--- Makefile.am 2010-04-15 17:14:33 +0000
+++ Makefile.am 2010-04-15 17:19:36 +0000
@@ -6,8 +6,7 @@
 EXTRA_DIST =  .vimrc debian doc hipext hipfwmi patches release.version 
version.h
 EXTRA_DIST += i3/i3-cfg-PL.xml i3/aeshash/aescpp.hh i3/i3/i3_debug.c 
i3/utils/netwrap_win32.c
 EXTRA_DIST += lib/ipsec/policy_parse.c lib/ipsec/policy_parse.y 
lib/ipsec/policy_token.l
-EXTRA_DIST += test/configs test/demo test/maintainer
-EXTRA_DIST += test/packaging test/packets test/performance
+EXTRA_DIST += test/demo test/maintainer test/packaging test/packets 
test/performance
 EXTRA_DIST += $(wildcard $(addprefix $(srcdir)/agent/,*.lang))
 EXTRA_DIST += $(wildcard $(addprefix $(srcdir)/lib/dht/,*.txt))
 EXTRA_DIST += $(wildcard $(addprefix $(srcdir)/lib/ipsec/,*.3))

=== modified file 'doc/HOWTO.xml'
--- doc/HOWTO.xml       2010-04-13 15:36:03 +0000
+++ doc/HOWTO.xml       2010-04-15 17:19:36 +0000
@@ -131,10 +131,7 @@
     <para>
       If you haven't configured linux kernel before, please use the userspace
       ipsec instead (as described later in this document), or at least consult
-      linux/README. We have some example
-      configurations files in test/configs for "typical" systems. You
-      can use one of those as a template, and modify it to suite the needs
-      of your system. Read test/configs/README before doing so.
+      linux/README.
     </para>
     <para>
       The 2.6 kernel series should be compilable with both gcc 2.9x and 3.x

Other related posts:

  • » [hipl-commit] [trunk] Rev 4293: Remove outdated Linux kernel configuration files. - Diego Biurrun