[Guessnet-devel] [svn] r122 - in trunk: . debian

Enrico Zini guessnet-devel@lists.alioth.debian.org
Mon, 09 May 2005 21:00:11 +0000


Author: enrico
Date: Mon May  9 21:00:10 2005
New Revision: 122

Modified:
   trunk/debian/changelog
   trunk/guessnet.8
Log:
Readd resolvconf lines in the manpage, but commented and with clearer hints to users
Removed my personal up lines, which don't make sense in a generic configuration


Modified: trunk/debian/changelog
==============================================================================
--- trunk/debian/changelog	(original)
+++ trunk/debian/changelog	Mon May  9 21:00:10 2005
@@ -9,7 +9,7 @@
     + Speed up test-wireless
     + No longer use ip command in /usr/share/guessnet/test/test-*.
       Use ifconfig instead.  (Closes: #294346)
-    + Remove resolvconf-related lines from /etc/network/interfaces
+    + Comment resolvconf-related lines from /etc/network/interfaces
       example stanzas since users could be confused by them
       (Closes: #297836)
 

Modified: trunk/guessnet.8
==============================================================================
--- trunk/guessnet.8	(original)
+++ trunk/guessnet.8	Mon May  9 21:00:10 2005
@@ -188,8 +188,12 @@
 	netmask 255.255.255.0
 	broadcast 192.168.1.255
 	gateway 192.168.1.1
-	up echo "smarthost: main.home" > /etc/roaming/exim_options
-	up rm -f /etc/roaming/not_online
+
+	# Lines for resolvconf (if you use it: see apt-cache show resolvconf)
+	# dns-search casa
+	# dns-nameservers 192.168.1.1 192.168.2.1
+
+	# Two tests, in case one of the two machines is down when we test
 	test1 peer address 192.168.1.1 mac 00:01:02:03:04:05
 	test2 peer address 192.168.1.3 mac 00:01:02:03:04:06
 
@@ -198,8 +202,6 @@
 	netmask 255.255.255.0
 	broadcast 10.1.1.255
 	gateway 10.1.1.1
-	up echo "smarthost: mail.work.it" > /etc/roaming/exim_options
-	up rm -f /etc/roaming/not_online
 	test command /usr/local/bin/check_work
 
 iface work2 inet static
@@ -207,8 +209,6 @@
 	netmask 255.255.255.0
 	broadcast 192.168.2.255
 	gateway 192.168.2.1
-	up echo "smarthost: main.home" > /etc/roaming/exim_options
-	up rm -f /etc/roaming/not_online
 	# A source address has to be specified in case the peer
 	# doesn't reply to ARP packets coming from 0.0.0.0
 	test peer address 192.168.2.1 mac 00:01:02:03:04:05 source 192.168.2.23