[netfilter-cvslog] r3376 - in trunk/nfsim: . doc

jk at netfilter.org jk at netfilter.org
Tue Dec 14 07:11:11 CET 2004


Author: jk at netfilter.org
Date: 2004-12-14 07:11:10 +0100 (Tue, 14 Dec 2004)
New Revision: 3376

Modified:
   trunk/nfsim/Makefile.in
   trunk/nfsim/doc/simulator.xml
Log:
Check for link-dtd properly, updates to documentation


Modified: trunk/nfsim/Makefile.in
===================================================================
--- trunk/nfsim/Makefile.in	2004-12-14 06:03:42 UTC (rev 3375)
+++ trunk/nfsim/Makefile.in	2004-12-14 06:11:10 UTC (rev 3376)
@@ -55,7 +55,8 @@
 	ln -sf core/fakesockopt.so.1.0 ./
 
 docs:
-	@[ -f doc/link-dtd ] || (echo "No docbook installation: see README"; exit 1)
+	@[ -L doc/link-dtd ] || \
+		(echo "No docbook installation: see README"; exit 1)
 	cd doc && $(MAKE) $@
 
 gcov:

Modified: trunk/nfsim/doc/simulator.xml
===================================================================
--- trunk/nfsim/doc/simulator.xml	2004-12-14 06:03:42 UTC (rev 3375)
+++ trunk/nfsim/doc/simulator.xml	2004-12-14 06:11:10 UTC (rev 3376)
@@ -9,12 +9,19 @@
   <author>
    <firstname>Jeremy</firstname>
    <surname>Kerr</surname>
-   <email>jeremy (at) au1 (dot) ibm (dot) com</email>
+   <email>jk (at) ozlabs (dot) org</email>
   </author>
-  <pubdate>v2003.11 Nov 2003, released under GPL.</pubdate>
+  <author>
+   <firstname>Rusty</firstname>
+   <surname>Russell</surname>
+   <email>rusty (at) rustcorp (dot) com (dot) au</email>
+  </author>
+  <pubdate>$LastChangedDate$, released under GPL.</pubdate>
   <copyright>
    <year>2003</year>
+   <year>2004</year>
    <holder>Jeremy Kerr</holder>
+   <holder>Rusty Russell</holder>
   </copyright>
  <abstract>
   <para>This document provides an overview of the Netfilter Simulator system, used
@@ -193,6 +200,9 @@
    </section>
 
  </section>
+ <!--
+ No external utilities at the moment, we'v changed to a socketpair()
+ system
  <section id="extutil">
   <title>External userspace utilities</title>
   <para>The netfilter simulation environment allows external userspace utilities
@@ -209,5 +219,6 @@
   </para>
 
  </section>
+ -->
 </article>
  


Property changes on: trunk/nfsim/doc/simulator.xml
___________________________________________________________________
Name: svn:keywords
   + LastChangedDate




More information about the netfilter-cvslog mailing list