databases/tarantool: silence warning message in startup script.
PR: 221024 Submitted by: olgeni Approved by: maintainer timeout
This commit is contained in:
parent
d41e1c280b
commit
7610c137d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449479
2 changed files with 2 additions and 1 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue