diff options
author | Veniamin Gvozdikov <vg@FreeBSD.org> | 2017-01-25 14:17:12 +0000 |
---|---|---|
committer | Veniamin Gvozdikov <vg@FreeBSD.org> | 2017-01-25 14:17:12 +0000 |
commit | 3c60031190441ed0a29b698484d47f603c1985af (patch) | |
tree | 5504b374422107e87d16ec97dab3d92df70e0c4e /databases/tarantool/files | |
parent | Use localbase instead of prefix (diff) |
- Update to 1.7.3.99
Diffstat (limited to 'databases/tarantool/files')
-rw-r--r-- | databases/tarantool/files/pkg-message.in | 2 | ||||
-rw-r--r-- | databases/tarantool/files/tarantool.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/tarantool/files/pkg-message.in b/databases/tarantool/files/pkg-message.in index 1d5a808cd5b0..724e169d99dc 100644 --- a/databases/tarantool/files/pkg-message.in +++ b/databases/tarantool/files/pkg-message.in @@ -7,7 +7,7 @@ # # * Enable tarantool on startup: # tarantool_enable="YES" -# * Path to storage instances: +# * Path to storage link files of instances: # tarantool_instances="%%ETCDIR%%/instances.enabled" # # diff --git a/databases/tarantool/files/tarantool.in b/databases/tarantool/files/tarantool.in index 98ea8dd888d3..68a440cd3b4a 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 f -name '*.lua') +INSTANCES=$(find ${tarantool_instances} -type l -name '*.lua') TDAEMON=%%PREFIX%%/bin/tarantool TCTL=%%PREFIX%%/bin/tarantoolctl |