summaryrefslogtreecommitdiff
path: root/databases/tarantool/files/pkg-message.in
diff options
context:
space:
mode:
authorPavel Balaev <mail@void.so>2023-12-29 14:38:02 +0300
committerGleb Popov <arrowd@FreeBSD.org>2023-12-29 23:10:53 +0300
commit1251766a70bf28970936cf4dcf7c32b5e519339a (patch)
treeb0f02f3f55318e628ce7f14f8089eb8569587a24 /databases/tarantool/files/pkg-message.in
parentgraphics/nvidia-drm-515-kmod: Fix build on CURRENT with iosys-map.h (diff)
databases/tarantool: Renamed to tarantool2
A new major version of the tarantool has been released. databases/tarantool renamed to databases/tarantool2. 2.11 is an LTS version and it is advisable to leave the option to install it. Signed-off-by: Pavel Balaev <mail@void.so>
Diffstat (limited to 'databases/tarantool/files/pkg-message.in')
-rw-r--r--databases/tarantool/files/pkg-message.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/tarantool/files/pkg-message.in b/databases/tarantool/files/pkg-message.in
deleted file mode 100644
index 7f0d47f82080..000000000000
--- a/databases/tarantool/files/pkg-message.in
+++ /dev/null
@@ -1,14 +0,0 @@
-[
-{ type: install
- message: <<EOM
- After install, you'll need:
-
- Configuration at /etc/rc.conf:
-
- * Enable tarantool on startup:
- tarantool_enable="yes"
- * Path to storage link files of instances:
- tarantool_instances="%%ETCDIR%%/instances.enabled"
-EOM
-}
-]