Skip to content
Snippets Groups Projects
Commit 9c5757c8 authored by Dmitry E. Oboukhov's avatar Dmitry E. Oboukhov
Browse files

tarantool_instance: user could not to define 'file_descriptors'

parent b437b8c1
No related branches found
No related tags found
No related merge requests found
tarantool (1.4.6+20120524-1) unstable; urgency=low
* Fix version number.
* Fix tarantool_instance: user could not to define 'file_descriptors'
-- Dmitry E. Oboukhov <unera@debian.org> Thu, 24 May 2012 12:57:27 +0400
tarantool (1.4.5+20120522-1) unstable; urgency=low
* New git snapshot: upstream upgraded libtarantool.
......
......@@ -63,6 +63,10 @@ SOCKETS=`grep \
| tail -n 1 \
| sed 's/[^[:digit:]]//g'`
if test -z $SOCKETS; then
SOCKETS=1023
fi
if ! test -x $PID_DIR; then
install -otarantool -gtarantool -d -m0750 $PID_DIR
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment