From 472e134ca8d527c92535a5221b69faea6af00579 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 10 Sep 2013 20:37:56 +0000 Subject: renaming fcfs to pin -- at least for now --- contrib/gnunet-gns-import.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib') diff --git a/contrib/gnunet-gns-import.sh b/contrib/gnunet-gns-import.sh index bacc6eb9d..21156bc52 100755 --- a/contrib/gnunet-gns-import.sh +++ b/contrib/gnunet-gns-import.sh @@ -25,6 +25,6 @@ PRIVATE=`gnunet-identity -d | grep private-zone | awk '{print $3}'` gnunet-namestore -z master-zone -a -e never -n private -p -t PKEY -V $PRIVATE gnunet-namestore -z master-zone -a -e never -n short -p -t PKEY -V $SHORT -# Link GNUnet's FCFS zone into master zone -gnunet-namestore -z master-zone -a -e never -n fcfs -p -t PKEY -V 72QC35CO20UJN1E91KPJFNT9TG4CLKAPB4VK9S3Q758S9MLBRKOG +# Link GNUnet's FCFS zone into master zone under label "pin" +gnunet-namestore -z master-zone -a -e never -n pin -p -t PKEY -V 72QC35CO20UJN1E91KPJFNT9TG4CLKAPB4VK9S3Q758S9MLBRKOG -- cgit v1.2.3