X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=blobdiff_plain;f=yarrg%2Fdictionary-update-receiver;fp=yarrg%2Fdictionary-update-receiver;h=eee7d1464caaadba6834b3ca185f7f047afce60f;hp=98e64d5ef6e363a51e41198c71dcfb0b5ed97449;hb=33f3a4cd5821208321f0bf61e2ae6c07504c8b86;hpb=93732484adcab512e594a928af2536955e8d6cab diff --git a/yarrg/dictionary-update-receiver b/yarrg/dictionary-update-receiver index 98e64d5..eee7d14 100755 --- a/yarrg/dictionary-update-receiver +++ b/yarrg/dictionary-update-receiver @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# This script is invoked when the YPP SC PCTB client talks to the +# This script is invoked when the yarrg wants to send an update to the # dictionary server. See README.privacy. # This is part of ypp-sc-tools, a set of third-party tools for assisting @@ -28,7 +28,7 @@ # upload testing runes: # -# YPPSC_PCTB_DICT_UPDATE=./ YPPSC_PCTB_DICT_SUBMIT=./ ./yarrg --ocean midnight --pirate aristarchus --find-island --same --raw-tsv >raw.tsv +# YPPSC_YARRG_DICT_UPDATE=./ YPPSC_YARRG_DICT_SUBMIT=./ ./yarrg --ocean midnight --pirate aristarchus --find-island --same --raw-tsv >raw.tsv # ./dictionary-manager --debug --approve-updates '' . . use strict (qw(vars)); @@ -187,7 +187,7 @@ my $version= param('version'); my $spec_aadepth= param('depth'); if ($version ne '3' || $spec_aadepth ne $aadepth) { print header('text/plain', - "403 YPP SC PCTB client is out of date". + "403 yarrg client is out of date". " ($version, $spec_aadepth)"); print "\nYour YPP SC client is out of date.\n"; exit 0;