Index: tools/FreeBSD6_x/genesis.conf
===================================================================
--- tools/FreeBSD6_x/genesis.conf	(revision 5720)
+++ tools/FreeBSD6_x/genesis.conf	(revision 5721)
@@ -2,4 +2,6 @@
 #
 # Variable file
+
+$NG = 0;
 
 #debugging variable
@@ -12,9 +14,9 @@
 @filelist = ();
 $filelist[0]="dhcpd.conf";
-$filelist[2]="rc.node.local";
-$filelist[3]="resolv.conf";
-$filelist[4]="named.conf";
-$filelist[6]="txtconfig";
-$filelist[7]="authorized_keys";
+$filelist[1]="rc.node.local";
+$filelist[2]="resolv.conf";
+$filelist[3]="named.conf";
+$filelist[4]="txtconfig";
+$filelist[5]="authorized_keys";
 
 #Ignore this node diretories
@@ -23,5 +25,4 @@
                       'obsolete' => 'YES',
                        );
-
 
 #(inter)net env
@@ -34,13 +35,11 @@
 
 chomp($hostname);
-$cgi_dir="http://$hostname/cgi-bin";
+$cgi_dir="http://$hostname/freebsd/6.0";
 $source="$cgi_dir/g_list.pl";
 
 #path variablen
-$home="/home/genesis";
+$home="/usr/local/www/data/wlconfig";
 $ndir="$home/nodes";
-#$toolfile="$home/tools/wleiden.pl";
-#Temp Svn fix
-$toolfile="$home/tools/FreeBSD6_x/wleiden.pl";
+$toolfile="$home/freebsd/6.0/wleiden.pl";
 
 
@@ -53,13 +52,13 @@
 
 #module IP.pm
-$IP_pmPath='/home/genesis/tools/IP.pm';
+$IP_pmPath="$home/tools/IP.pm";
 
 #dnsheader.conf
-$dnsheader_confPath='/home/genesis/dns/dnsheader.conf';
+$dnsheader_confPath="$home/dns/dnsheader.conf";
 
 
 ## ssh key variablen ##
 #global ssh_keys
-$global_keyPath='/home/genesis/nodes/global_keys';
+$global_keyPath="$home/nodes/global_keys";
 #node specific
 $ssh_file='ssh_key'
