bin/sekka-server in sekka-1.2.4 vs bin/sekka-server in sekka-1.4.0
- old
+ new
@@ -14,14 +14,13 @@
DICTURL = "https://raw.github.com/kiyoka/sekka/master/public_dict/" + SekkaVersion.dictVersion
PIDFILE = DICTDIR + "/pid"
-DICTTYPE = if ENV.has_key?( 'SEKKA_AZIK' )
- "A"
- else
- "N"
- end
+DICTTYPE = "N"
+if ENV.has_key?( 'SEKKA_AZIK' )
+ STDERR.printf( "Error: SEKKA_AZIK became obsolute. sekka-server use normal dictionary.\n" )
+end
DICTSIZE = if ENV.has_key?( 'SEKKA_LARGE' )
"LARGE"
else
"SMALL"