summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/tarantool/Makefile1
-rw-r--r--databases/tarantool/files/tarantool.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/databases/tarantool/Makefile b/databases/tarantool/Makefile
index 69343463716d..7cec23d2fb39 100644
--- a/databases/tarantool/Makefile
+++ b/databases/tarantool/Makefile
@@ -3,6 +3,7 @@
PORTNAME= tarantool
PORTVERSION= 1.7.4.260
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://download.tarantool.org/tarantool/1.7/src/
diff --git a/databases/tarantool/files/tarantool.in b/databases/tarantool/files/tarantool.in
index 68a440cd3b4a..ad8b5645e29d 100644
--- a/databases/tarantool/files/tarantool.in
+++ b/databases/tarantool/files/tarantool.in
@@ -24,7 +24,7 @@ start_cmd="${name}_start"
stop_cmd="${name}_stop"
restart_cmd="${name}_restart"
-INSTANCES=$(find ${tarantool_instances} -type l -name '*.lua')
+INSTANCES=$(find ${tarantool_instances} -type l -name '*.lua' 2>/dev/null)
TDAEMON=%%PREFIX%%/bin/tarantool
TCTL=%%PREFIX%%/bin/tarantoolctl