summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2016-05-20 12:19:40 +0200
committerUltrabug <ultrabug@gentoo.org>2016-05-20 12:19:40 +0200
commitc2ed3dec911a78f5340b0d0edad0c7f52e5e209c (patch)
tree0a79a52e9a0709dddb49753ce087e1c27397838b /www-servers
parentmedia-gfx/imagemagick: Stable for HPPA PPC64 (bug #581990). (diff)
downloadgentoo-c2ed3dec911a78f5340b0d0edad0c7f52e5e209c.tar.gz
gentoo-c2ed3dec911a78f5340b0d0edad0c7f52e5e209c.tar.bz2
gentoo-c2ed3dec911a78f5340b0d0edad0c7f52e5e209c.zip
www-servers/uwsgi: revbump, fix default values on init script
Package-Manager: portage-2.2.27
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/uwsgi/files/uwsgi.initd-r72
-rw-r--r--www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild (renamed from www-servers/uwsgi/uwsgi-2.0.13.1.ebuild)0
2 files changed, 2 insertions, 0 deletions
diff --git a/www-servers/uwsgi/files/uwsgi.initd-r7 b/www-servers/uwsgi/files/uwsgi.initd-r7
index 01c22192be36..5f38e67778ea 100644
--- a/www-servers/uwsgi/files/uwsgi.initd-r7
+++ b/www-servers/uwsgi/files/uwsgi.initd-r7
@@ -32,6 +32,7 @@ start_emperor() {
[ -z "${UWSGI_DIR}" ] && UWSGI_DIR="/"
[ -z "${UWSGI_USER}" ] && UWSGI_USER="root"
[ -z "${UWSGI_GROUP}" ] && UWSGI_GROUP="root"
+ [ -z "${UWSGI_EMPEROR_PIDPATH_MODE}" ] && UWSGI_EMPEROR_PIDPATH_MODE=0770
if [ -n "${UWSGI_EXTRA_OPTIONS}" ]; then
OPTIONS="${OPTIONS} ${UWSGI_EXTRA_OPTIONS}"
@@ -60,6 +61,7 @@ start_app() {
[ -z "${UWSGI_DIR}" ] && UWSGI_DIR="/"
[ -z "${UWSGI_USER}" ] && UWSGI_USER="root"
[ -z "${UWSGI_GROUP}" ] && UWSGI_GROUP="root"
+ [ -z "${UWSGI_PIDPATH_MODE}" ] && UWSGI_PIDPATH_MODE=0750
if [ -n "${UWSGI_EXTRA_OPTIONS}" ]; then
OPTIONS="${OPTIONS} ${UWSGI_EXTRA_OPTIONS}"
diff --git a/www-servers/uwsgi/uwsgi-2.0.13.1.ebuild b/www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild
index 13b6a5a42ff4..13b6a5a42ff4 100644
--- a/www-servers/uwsgi/uwsgi-2.0.13.1.ebuild
+++ b/www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild