Index: config/iris/proxy/FreeBSD/8.0-RELEASE/genesis.conf
===================================================================
--- config/iris/proxy/FreeBSD/8.0-RELEASE/genesis.conf	(revision 8677)
+++ config/iris/proxy/FreeBSD/8.0-RELEASE/genesis.conf	(revision 8782)
@@ -35,7 +35,7 @@
 
 #path variablen
-$home=getcwd . "/../../";
-$ndir="$home/nodes";
-$toolfile="$home/freebsd/proxy-8.0/wleiden.pl";
+$home=getcwd
+$ndir="/usr/local/www/wlconfig/nodes";
+$toolfile="$home/wleiden.pl";
 
 
@@ -48,13 +48,13 @@
 
 #module IP.pm
-$IP_pmPath="$home/tools/IP.pm";
+$IP_pmPath="$home/IP.pm";
 
 #dnsheader.conf
-$dnsheader_confPath="$home/dns/dnsheader.conf";
+#$dnsheader_confPath="$home/dns/dnsheader.conf";
 
 
 ## ssh key variablen ##
 #global ssh_keys
-$global_keyPath="$home/nodes/global_keys";
+$global_keyPath="$ndir/global_keys";
 #node specific
 $ssh_file='ssh_key'
Index: config/iris/proxy/FreeBSD/8.0-RELEASE/wleiden.pl
===================================================================
--- config/iris/proxy/FreeBSD/8.0-RELEASE/wleiden.pl	(revision 8677)
+++ config/iris/proxy/FreeBSD/8.0-RELEASE/wleiden.pl	(revision 8782)
@@ -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");
 
 
