Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakub Panek
aports
Commits
07e38a82
Commit
07e38a82
authored
11 years ago
by
Timo Teräs
Browse files
Options
Downloads
Patches
Plain Diff
testing/uwsgi: fix init.d script to have proper executable path
parent
13cff780
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
testing/uwsgi/APKBUILD
+4
-4
4 additions, 4 deletions
testing/uwsgi/APKBUILD
testing/uwsgi/uwsgi.initd
+1
-1
1 addition, 1 deletion
testing/uwsgi/uwsgi.initd
with
5 additions
and
5 deletions
testing/uwsgi/APKBUILD
+
4
−
4
View file @
07e38a82
...
...
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
uwsgi
pkgver
=
2.0.1
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"uWSGI application container server"
url
=
http://projects.unbit.it/uwsgi/
arch
=
all
...
...
@@ -81,7 +81,7 @@ for _p in $_plugins; do
done
md5sums
=
"e7234f16ddfb4fe5d0b5d5fa76dc17e1 uwsgi-2.0.1.tar.gz
8a8be061d7b5f3108a0f16813da6838
9 uwsgi.initd
23b476a8ad6aab93b162e8eeec50c85
9 uwsgi.initd
3d6afe6a8c52556d1d6c52384fc38d9a uwsgi.confd
a7f98e2775e9f38a0f16c28332745836 0001-use-portable-pthread-functions-instead-of-the-non-po.patch
b40fe76f34674874815c39a7e611f259 0002-Check-for-GNU-libc-instead-of-linux-for-use-of-execi.patch
...
...
@@ -89,7 +89,7 @@ b40fe76f34674874815c39a7e611f259 0002-Check-for-GNU-libc-instead-of-linux-for-u
1ee8996f7cced9dc88515c69c04dd79a 0004-define-WAIT_ANY-if-missing.patch
87c16f6fe482c9b0eac0d33c51873f45 musl-fix-python.patch"
sha256sums
=
"e84e498c217a793571f803d04fca4f2877dd856e9c5af1e66e645132d70c7cc2 uwsgi-2.0.1.tar.gz
58b998b025e4a9df20ca917bc93e287f9a8cf02d278d513fa461f70e1d08f799
uwsgi.initd
df99bc13609a526432afaeb16661086c73f49394e069a19ccb7423bbd025168f
uwsgi.initd
4cb047e311aecd0f498da1d6a4c0947dd6dc7cc98575d54cb2ef150cacf8425c uwsgi.confd
b61bf4da3d022ddfd93a73196300cb86d962f8f6198079d11b727f61c0f8acb4 0001-use-portable-pthread-functions-instead-of-the-non-po.patch
360ede589ad228f31dd06fbf8dc17d86d60e968ae76a61b3ca258a2c5ae6f007 0002-Check-for-GNU-libc-instead-of-linux-for-use-of-execi.patch
...
...
@@ -97,7 +97,7 @@ b61bf4da3d022ddfd93a73196300cb86d962f8f6198079d11b727f61c0f8acb4 0001-use-porta
82a2c13162387efcafa388038602d783f8a7e71c28d56ab3ac6b94abeba474d3 0004-define-WAIT_ANY-if-missing.patch
3838e8e3926a1f6271bb5aa88d309837a3bcd06cd570c499b72ca549326c682e musl-fix-python.patch"
sha512sums
=
"91d134413beac4d36ad4c1334410bd4d68a1bd53b4700da00e39f17fe01b1059457a102a9835ee09f8971b26597766ec8812afb5219c4774c2c7dbc025bcf617 uwsgi-2.0.1.tar.gz
ab9dc6277bd05821287f6f8beb3ac2504f0e41db38e11b4d2884ac026f14ac7bfaaca138f045afa712d4f2843f94de105bf0d43fad35d18679ac33b507cd187e
uwsgi.initd
5d8eadba7c6ee17f86c3dbb6b7c98131ecf9db173156e3196909550954dd09be2191285f46fd4e558f0c47a0cbe7831cde71d3d4c63862d11b819660cc418131
uwsgi.initd
9f00afb2aa574bbc59040f945475712b8c40da0c06eeb5699de5510aa116148e35ab0429fa891084cf0cd7868876d5a80e1601b7c85d0e2e9ea2a1f54cdde619 uwsgi.confd
d105c487d8bd0b496cfac2dad6090f0e420805a83dca514bfbea97c687be26d7a8b9545add0f999cb67eb66818b05995405f9a874b970f53aa38ff5ce3bbdc02 0001-use-portable-pthread-functions-instead-of-the-non-po.patch
f4038ab866f445a94e155f4b73d308959c402e81227401bc7a5fe2165b888a2c8d95141245a2c10b186782934a4103c785769afaf4091fe3fe5524ed3c270fcf 0002-Check-for-GNU-libc-instead-of-linux-for-use-of-execi.patch
...
...
This diff is collapsed.
Click to expand it.
testing/uwsgi/uwsgi.initd
+
1
−
1
View file @
07e38a82
...
...
@@ -5,7 +5,7 @@
PROGNAME
=
${
SVCNAME
#*.
}
UWSGI_EXEC
=
/usr/bin/uwsgi
UWSGI_EXEC
=
/usr/
s
bin/uwsgi
if
[
"
${
SVCNAME
}
"
==
"uwsgi"
]
;
then
PIDPATH
=
/var/run/uwsgi
else
...
...
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