gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r31604 - gnunet/contrib


From: gnunet
Subject: [GNUnet-SVN] r31604 - gnunet/contrib
Date: Fri, 20 Dec 2013 13:54:15 +0100

Author: grothoff
Date: 2013-12-20 13:54:15 +0100 (Fri, 20 Dec 2013)
New Revision: 31604

Modified:
   gnunet/contrib/gnunet-gns-import.sh
Log:
-add missing alias for namestore

Modified: gnunet/contrib/gnunet-gns-import.sh
===================================================================
--- gnunet/contrib/gnunet-gns-import.sh 2013-12-20 12:50:34 UTC (rev 31603)
+++ gnunet/contrib/gnunet-gns-import.sh 2013-12-20 12:54:15 UTC (rev 31604)
@@ -5,14 +5,14 @@
 LOCATION=$(which gnunet-config)
 if [ -z $LOCATION ]
 then
-       echo "GNUnet command line tools not found, check environmental 
variables PATH and GNUNET_PREFIX" 
+       echo "GNUnet command line tools not found, check environmental 
variables PATH and GNUNET_PREFIX"
        exit 1
 fi
 
 gnunet-arm -I 1> /dev/null 2>/dev/null
 if [ ! $? -eq 0 ]
 then
-       echo "GNUnet is not running, please start GNUnet before running import" 
+       echo "GNUnet is not running, please start GNUnet before running import"
        exit 1
 fi
 
@@ -45,6 +45,7 @@
 # Integrate those with the respective subsystems.
 gnunet-identity -e short-zone -s gns-short $options
 gnunet-identity -e master-zone -s gns-master $options
+gnunet-identity -e master-zone -s namestore $options
 gnunet-identity -e master-zone -s gns-proxy $options
 gnunet-identity -e private-zone -s gns-private $options
 gnunet-identity -e sks-zone -s fs-sks $options




reply via email to

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