Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool
Commits
9c5757c8
Commit
9c5757c8
authored
12 years ago
by
Dmitry E. Oboukhov
Browse files
Options
Downloads
Patches
Plain Diff
tarantool_instance: user could not to define 'file_descriptors'
parent
b437b8c1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+7
-0
7 additions, 0 deletions
debian/changelog
debian/scripts/tarantool_instance
+4
-0
4 additions, 0 deletions
debian/scripts/tarantool_instance
with
11 additions
and
0 deletions
debian/changelog
+
7
−
0
View file @
9c5757c8
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.
...
...
This diff is collapsed.
Click to expand it.
debian/scripts/tarantool_instance
+
4
−
0
View file @
9c5757c8
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment