Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (1f2963b1e55bb60c790177bfe10fba89f1ccccce)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (1f2963b1e55bb60c790177bfe10fba89f1ccccce)
  • Date: Tue, 13 Jul 2010 12:24:25 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

accounts | 1 +
chat-im/prosody/DEPENDS | 2 +-
chat-im/prosody/FINAL | 2 ++
chat-im/prosody/HISTORY | 6 +++++-
chat-im/prosody/init.d/smgl-prosody | 2 +-
groups | 1 +
6 files changed, 11 insertions(+), 3 deletions(-)

New commits:
commit 296f6b224291a0175bdd986df60bd957e2d96469
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

prosody: added an account for prosody and a warning to enable posix in
the config file

diff --git a/accounts b/accounts
index 70f8bc7..fff1f3f 100755
--- a/accounts
+++ b/accounts
@@ -87,4 +87,5 @@ camera:177:178
mariadb:178:180
avahi-autoipd:180:180
puppet:181:181
+prosody:182:182
nobody:65534:65534
diff --git a/chat-im/prosody/DEPENDS b/chat-im/prosody/DEPENDS
index 70f61ee..06876db 100755
--- a/chat-im/prosody/DEPENDS
+++ b/chat-im/prosody/DEPENDS
@@ -3,4 +3,4 @@ depends luaexpat &&
depends luafilesystem &&
depends luasec &&
depends libidn &&
-optional_depends SYSTEM-LOGGER '' '' 'For log = "syslog" support'
+optional_depends SYSTEM-LOGGER '' '' 'For log = "*syslog" support'
diff --git a/chat-im/prosody/FINAL b/chat-im/prosody/FINAL
new file mode 100755
index 0000000..2b70fd2
--- /dev/null
+++ b/chat-im/prosody/FINAL
@@ -0,0 +1,2 @@
+message "remember to enable 'posix' to launch prosody from init" &&
+message "otherwise it WILL stall the boot process..."
diff --git a/chat-im/prosody/HISTORY b/chat-im/prosody/HISTORY
index eb24ac3..a92b6b9 100644
--- a/chat-im/prosody/HISTORY
+++ b/chat-im/prosody/HISTORY
@@ -1,3 +1,7 @@
+2010-07-13 Arjan Bouter <abouter AT sourcemage.org>
+ * added an account for prosody
+ * FINAL: added a warning to enable posix
+
2010-06-30 Arjan Bouter <abouter AT sourcemage.org>
- * BUILD, CONFIGURE, DEPENDS, DETAILS: spell created
+ * BUILD, CONFIGURE, DEPENDS, DETAILS, INSTALL, FINAL: spell created

diff --git a/chat-im/prosody/init.d/smgl-prosody
b/chat-im/prosody/init.d/smgl-prosody
index aa9c6ae..a142a00 100644
--- a/chat-im/prosody/init.d/smgl-prosody
+++ b/chat-im/prosody/init.d/smgl-prosody
@@ -1,6 +1,6 @@
#!/bin/bash

-PROGRAM="/usr/bin/prosody &"
+PROGRAM="/usr/bin/prosody"
RUNLEVEL=3
NEEDS="+remote_fs +network"

diff --git a/groups b/groups
index 675d78a..29fdbc9 100755
--- a/groups
+++ b/groups
@@ -106,5 +106,6 @@ libvirt:179:
mariadb:180:
avahi-autoipd:180:
puppet:181:
+prosody:182:
users:1000:
nogroup:65534:




Archive powered by MHonArc 2.6.24.

Top of Page