[Guessnet-devel] [svn] r135 - trunk
Enrico Zini
enrico at costa.debian.org
Sun Oct 23 12:52:18 UTC 2005
Author: enrico
Date: Sun Oct 23 12:52:18 2005
New Revision: 135
Modified:
trunk/FAQ
trunk/Makefile.am
Log:
Added makefile target to update the FAQ in the website; fixed rest in the FAQ
Modified: trunk/FAQ
==============================================================================
--- trunk/FAQ (original)
+++ trunk/FAQ Sun Oct 23 12:52:18 2005
@@ -10,6 +10,7 @@
---------------------------------------------------------------------------------
Sure::
+
auto lo eth0
iface lo inet loopback
@@ -78,7 +79,9 @@
time to go up again after being configured.
Try working around the problem by adding::
+
map init-time: 5
+
(or higher numbers) to the mapping stanza of your interfaces file: that asks
guessnet to wait for 5 seconds (instead of the default 3 seconds) after
bringing up the interface.
Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Sun Oct 23 12:52:18 2005
@@ -7,4 +7,10 @@
guessnet-ifupdown.8: guessnet.8
ln -s guessnet.8 guessnet-ifupdown.8
+FAQ.html: FAQ
+ rst2html --no-doc-title --stylesheet=main.css $< > $@
+
+web: FAQ.html
+ scp $^ "alioth.debian.org:/org/alioth.debian.org/chroot/home/groups/guessnet/htdocs/"
+
EXTRA_DIST=$(man_MANS) autogen.sh testnets
More information about the Guessnet-devel
mailing list