New commits:
commit 8eb87824344861a2e663f88bc5a2a7de0bb057e4
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
http/uwsgi: added init script + instruction in FINAL
diff --git a/http/uwsgi/FINAL b/http/uwsgi/FINAL
new file mode 100755
index 0000000..fd55ae2
--- /dev/null
+++ b/http/uwsgi/FINAL
@@ -0,0 +1,6 @@
+if [[ ${INIT_INSTALLED} ]] ; then
+ message "${MESSAGE_COLOR}Place your application configuration files in " \
+ "${DEFAULT_COLOR}${TRACK_ROOT}/etc/${SPELL}${MESSAGE_COLOR}.\n" \
+ "${SPELL_COLOR}${SPELL}${MESSAGE_COLOR} in \"emperor\" mode will
pick " \
+ "them up immediately.${DEFAULT_COLOR}"
+fi
diff --git a/http/uwsgi/HISTORY b/http/uwsgi/HISTORY
index 7accc3d..57c743c 100644
--- a/http/uwsgi/HISTORY
+++ b/http/uwsgi/HISTORY
@@ -1,3 +1,8 @@
+2016-06-29 Pavel Vinogradov <public AT sourcemage.org>
+ * init.d/uwsgi-emperor: added init script for "emperor" mode of uwsgi
+ * INSTALL: mkdir -p /etc/uwsgi if needed
+ * FINAL: added to print a message about application configs
+
2016-06-28 Pavel Vinogradov <public AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, INSTALL: spell created