Index: config/iris/node/FreeBSD/8.0-RELEASE/g_list.pl
===================================================================
--- config/iris/node/FreeBSD/8.0-RELEASE/g_list.pl	(revision 8620)
+++ config/iris/node/FreeBSD/8.0-RELEASE/g_list.pl	(revision 8672)
@@ -94,21 +94,20 @@
 
 #als geen node gespecificeerd dan kijken of svn geupdate is gevraagd
-if( $node eq '') {
-  if( $ENV{"QUERY_STRING"}=~/update/i) {
-    printline("<PRE>");
-    #select(STDERR); $| = 1;     # make unbuffered
-    #select(STDOUT); $| = 1;     # make unbuffered
-    printline(`$svn update $ndir`);
-    printline("</PRE>");
-    printline("<H2>Done.<H2><P>");
-    printline("Click <A HREF=$source>here</A>");
-    printline("if you're not forwarded automaticly in 5 seconds.<P>");
-    printline("<META HTTP-EQUIV=REFRESH CONTENT=5;URL=$source>");
-  }
-  else {
-   g_list( );
-  }
-}
-elsif( $node eq 'filelist' ) {
+if( $ENV{"QUERY_STRING"}=~/update/i) {
+  printline("<PRE>");
+  #select(STDERR); $| = 1;     # make unbuffered
+  #select(STDOUT); $| = 1;     # make unbuffered
+  printline(`$svn update $ndir`);
+  printline("</PRE>");
+  printline("<H2>Done.<H2><P>");
+  printline("Click <A HREF=$source>here</A>");
+  printline("if you're not forwarded automaticly in 5 seconds.<P>");
+  printline("<META HTTP-EQUIV=REFRESH CONTENT=5;URL=$source>");
+}
+else {
+ g_list( );
+}
+
+if( $node eq 'filelist' ) {
   filelist( );
 }
Index: config/iris/node/FreeBSD/8.0-RELEASE/genesis.conf
===================================================================
--- config/iris/node/FreeBSD/8.0-RELEASE/genesis.conf	(revision 8620)
+++ config/iris/node/FreeBSD/8.0-RELEASE/genesis.conf	(revision 8672)
@@ -33,10 +33,11 @@
 }
 else {
-  $hostname=`hostname`;
+  # $hostname=`hostname`;
+  $hostname='sunfire.wirelessleiden.nl';
 };
 
 chomp($hostname);
-$uri='/config/iris/freebsd/8.0-RELEASE/';
-$cgi_dir="http://${hostname}$uri";
+$uri='/config/iris/node/freebsd/8.0-RELEASE/';
+$cgi_dir="$uri";
 $source="$cgi_dir";
 
