gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r6267 - GNUnet/contrib


From: gnunet
Subject: [GNUnet-SVN] r6267 - GNUnet/contrib
Date: Tue, 12 Feb 2008 13:17:01 -0700 (MST)

Author: durner
Date: 2008-02-12 13:17:01 -0700 (Tue, 12 Feb 2008)
New Revision: 6267

Modified:
   GNUnet/contrib/hostlist.cgi
   GNUnet/contrib/hostlist.php
Log:
use new default directory name

Modified: GNUnet/contrib/hostlist.cgi
===================================================================
--- GNUnet/contrib/hostlist.cgi 2008-02-12 17:36:06 UTC (rev 6266)
+++ GNUnet/contrib/hostlist.cgi 2008-02-12 20:17:01 UTC (rev 6267)
@@ -2,4 +2,4 @@
 # This is a CGI script to generate the host list on-demand.
 # by Michael Wensley, with minor improvements by Christian Grothoff
 echo -ne "Content-Type: application/octet-stream\r\n\r\n"
-cat /var/lib/GNUnet/data/hosts/*.{2,3,4,5,6,8,12,17,23,25}
+cat /var/lib/gnunet/data/hosts/*.{2,3,4,5,6,8,12,17,23,25}

Modified: GNUnet/contrib/hostlist.php
===================================================================
--- GNUnet/contrib/hostlist.php 2008-02-12 17:36:06 UTC (rev 6266)
+++ GNUnet/contrib/hostlist.php 2008-02-12 20:17:01 UTC (rev 6267)
@@ -4,7 +4,7 @@
 // Minor improvements by Christian Grothoff <address@hidden>
 header("Content-Type: application/octet-stream\r\n\r\n");
 $extmas = array('2','3','4','5','6','8','12','17','23','25');
-$path = '/var/lib/GNUnet/data/hosts/'; // adjust as necessary
+$path = '/var/lib/gnunet/data/hosts/'; // adjust as necessary
 $dir = opendir($path);
 if (! $dir)
   die("Cannot open directory $path.\n");





reply via email to

[Prev in Thread] Current Thread [Next in Thread]