Index: /tools/wleiden.pl
===================================================================
--- /tools/wleiden.pl	(revision 922)
+++ /tools/wleiden.pl	(revision 923)
@@ -18,5 +18,5 @@
 $OSPFPWD='huppel';
 $separator=';';
-$author='feb 2003 jasper\@WirelessLeiden.NL';
+$author='feb 2003 jasper@WirelessLeiden.NL';
 $wicontrol='/usr/sbin/wicontrol';
 
@@ -786,7 +786,6 @@
 
 $rcconf.=sprintf <<EORC1;
-# This file now contains just the overrides from /etc/defaults/rc.conf.
-# Please make all changes to this file, not to /etc/defaults/rc.conf.
-# rc.conf
+# This file is read by /etc/rc.conf - and specific to wireless
+# leiden. Please make all changes in Genesis.
 #
 # Generated by $source
@@ -798,7 +797,7 @@
 
 hostname="$hostname.wLeiden.NET"
+location="$location"
 
 #ifconfig_lo0_alias0="inet $master_ip/32"
-
 EORC1
 
@@ -818,4 +817,5 @@
 search wleiden.net .
 
+# Local machine / own nameserver.
 nameserver 127.0.0.1
 EOR1
@@ -828,5 +828,5 @@
 	foreach $ns (split(/[\s$separator]+/,$OSPF_NEIGHBORS{$if})) {
 		next unless $ns =~  m/\d+/;
-		$resolv.="nameserver $ns\n";
+		$resolv.="# Nameserver on adjacent node - $SDESC{$if} via $if\nnameserver $ns\n";
 	};
 };
