diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2011-03-27 04:19:43 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2011-03-27 04:19:43 +0200 |
commit | a4c3777bc5014d9a47514b1862acfc6c0e9a71a8 (patch) | |
tree | 0ffbcde8529195211b8dc9bc917577e5c97e6220 /net-im/prosody/files/prosody-0.6.2-cfg.lua.patch | |
parent | 9b040ab80a935f22d5ce943f139f92b51c368cf7 (diff) | |
download | overlay-a4c3777bc5014d9a47514b1862acfc6c0e9a71a8.tar.gz overlay-a4c3777bc5014d9a47514b1862acfc6c0e9a71a8.tar.bz2 overlay-a4c3777bc5014d9a47514b1862acfc6c0e9a71a8.zip |
Fix ld-bug in prosody
Diffstat (limited to 'net-im/prosody/files/prosody-0.6.2-cfg.lua.patch')
-rw-r--r-- | net-im/prosody/files/prosody-0.6.2-cfg.lua.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-im/prosody/files/prosody-0.6.2-cfg.lua.patch b/net-im/prosody/files/prosody-0.6.2-cfg.lua.patch new file mode 100644 index 0000000..338daef --- /dev/null +++ b/net-im/prosody/files/prosody-0.6.2-cfg.lua.patch @@ -0,0 +1,17 @@ +--- prosody.cfg.lua.old 2010-05-27 11:10:45.000000000 +0200 ++++ prosody.cfg.lua.dist 2010-05-27 11:12:21.000000000 +0200 +@@ -16,6 +16,14 @@ + -- Settings in this section apply to the whole server and are the default settings + -- for any virtual hosts + ++prosody_user = "jabber" ++prosody_group = "jabber" ++pidfile = "/var/run/jabber/prosody.pid" ++ ++log = "/var/log/jabber/prosody.log" ++-- Requires mod_posix to be loaded ++-- log = "*syslog" ++ + -- This is a (by default, empty) list of accounts that are admins + -- for the server. Note that you must create the accounts separately + -- (see http://prosody.im/doc/creating_accounts for info) |