Index: config/iris/node/FreeBSD/8.0-RELEASE/genesis.conf
===================================================================
--- config/iris/node/FreeBSD/8.0-RELEASE/genesis.conf	(revision 8675)
+++ config/iris/node/FreeBSD/8.0-RELEASE/genesis.conf	(revision 8676)
@@ -43,7 +43,7 @@
 
 #path variablen
-$home=getcwd . "/../../";
-$ndir="$home/nodes";
-$toolfile="$home/FreeBSD/8.0-RELEASE/wleiden.pl";
+$home=getcwd;
+$ndir="$home/../../../../../nodes";
+$toolfile="$home/wleiden.pl";
 
 
@@ -56,5 +56,5 @@
 
 #module IP.pm
-$IP_pmPath="$home/FreeBSD/8.0-RELEASE/IP.pm";
+$IP_pmPath="$home/IP.pm";
 
 #dnsheader.conf
@@ -64,5 +64,5 @@
 ## ssh key variablen ##
 #global ssh_keys
-$global_keyPath="$home/nodes/global_keys";
+$global_keyPath="$home/config/nodes/global_keys";
 #node specific
 $ssh_file='ssh_key'
Index: config/iris/node/FreeBSD/8.0-RELEASE/wleiden.pl
===================================================================
--- config/iris/node/FreeBSD/8.0-RELEASE/wleiden.pl	(revision 8675)
+++ config/iris/node/FreeBSD/8.0-RELEASE/wleiden.pl	(revision 8676)
@@ -19,5 +19,5 @@
 do ("$IP_pmPath") || die ("Cann't open $IP_pmPath");
 #slurp dns info
-do ("$dnsheader_confPath") || die ("Cann't open $dnsheader_confPath");
+#do ("$dnsheader_confPath") || die ("Cann't open $dnsheader_confPath");
 
 
