diff options
| author | Veniamin Gvozdikov <vg@FreeBSD.org> | 2013-11-23 08:47:39 +0000 |
|---|---|---|
| committer | Veniamin Gvozdikov <vg@FreeBSD.org> | 2013-11-23 08:47:39 +0000 |
| commit | 83c061b97e807b02b2786026b922da7377905bf6 (patch) | |
| tree | e873567005a25699a83102620d7ffc442d8141b7 /databases/tarantool/files/pkg-message.in | |
| parent | - Stagify (diff) | |
- Update to new version
- Fixed bugs at init script
- Added auto init storage at init script
- Added more information at pkg-message
- Groupped plugins
Submitted by: myself
Notes
Notes:
svn path=/head/; revision=334648
Diffstat (limited to 'databases/tarantool/files/pkg-message.in')
| -rw-r--r-- | databases/tarantool/files/pkg-message.in | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/databases/tarantool/files/pkg-message.in b/databases/tarantool/files/pkg-message.in index fa50213a377e..360ac5048b51 100644 --- a/databases/tarantool/files/pkg-message.in +++ b/databases/tarantool/files/pkg-message.in @@ -3,11 +3,19 @@ # # After install you'll need: # -# Edit example config: -# %%ETCDIR%%/tarantool.cfg.sample -# Init storage: -# %%PREFIX%%/bin/tarantool_box --init-storage \ -# -c %%ETCDIR%%/tarantool.cfg +# Edit/copy example config: +# %%ETCDIR%%/tarantool.cfg.sample to +# %%ETCDIR%%/tarantool.cfg +# +# Configuration at /etc/rc.conf: +# +# * Enable tarantool on startup: +# tarantool_enable="YES" +# * Change config (Default %%ETCDIR%%/tarantool.cfg): +# tarantool_config="%%ETCDIR%%/tarantool.cfg" +# * Path to storage, depended by option work_dir at: +# %%ETCDIR%%/tarantool.cfg +# tarantool_data="/var/db/tarantool" # # ######################################################### |
