SOURCES: ejabberd-config.patch, ejabberd-makefile.patch - updated

arekm arekm at pld-linux.org
Sun Jun 1 21:35:06 CEST 2008


Author: arekm                        Date: Sun Jun  1 19:35:06 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated

---- Files affected:
SOURCES:
   ejabberd-config.patch (1.5 -> 1.6) , ejabberd-makefile.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/ejabberd-config.patch
diff -u SOURCES/ejabberd-config.patch:1.5 SOURCES/ejabberd-config.patch:1.6
--- SOURCES/ejabberd-config.patch:1.5	Fri Feb 22 15:34:04 2008
+++ SOURCES/ejabberd-config.patch	Sun Jun  1 21:35:00 2008
@@ -38,15 +38,15 @@
  
    {5280, ejabberd_http, [
  			 http_poll, 
-@@ -374,9 +382,9 @@
+@@ -391,9 +391,9 @@
  %% All users are allowed to use MUC service:
  {access, muc, [{allow, all}]}.
  
--%% Every username can be registered via in-band registration:
+-%% In-band registration allows registration of any possible username.
 -%% To disable in-band registration, replace 'allow' with 'deny'.
 -{access, register, [{allow, all}]}.
-+%% In-band registration disabled, let the admin decide who will use his server
-+%% replace "deny, all" with "allow, all" to enable in-band registration
++%% In-band registration disabled.
++%% To enable  in-band registration, replace 'deny' with 'allow'.
 +{access, register, [{deny, all}]}.
  
  %% Everybody can create pubsub nodes

================================================================
Index: SOURCES/ejabberd-makefile.patch
diff -u SOURCES/ejabberd-makefile.patch:1.3 SOURCES/ejabberd-makefile.patch:1.4
--- SOURCES/ejabberd-makefile.patch:1.3	Fri Feb 22 15:34:04 2008
+++ SOURCES/ejabberd-makefile.patch	Sun Jun  1 21:35:01 2008
@@ -1,19 +1,19 @@
 --- ejabberd-2.0.0/src/Makefile.in.orig	2008-02-21 11:02:12.000000000 +0100
 +++ ejabberd-2.0.0/src/Makefile.in	2008-02-22 14:52:47.000000000 +0100
-@@ -50,13 +50,13 @@
+@@ -56,14 +56,14 @@
  
  DESTDIR =
  
--EJABBERDDIR = $(DESTDIR)@prefix@/var/lib/ejabberd
+-EJABBERDDIR = $(DESTDIR)@localstatedir@/lib/ejabberd
 +EJABBERDDIR = $(DESTDIR)@libdir@/ejabberd
  BEAMDIR = $(EJABBERDDIR)/ebin
  PRIVDIR = $(EJABBERDDIR)/priv
  SODIR = $(PRIVDIR)/lib
+ PBINDIR = $(PRIVDIR)/bin
  MSGSDIR = $(PRIVDIR)/msgs
--LOGDIR = $(DESTDIR)@prefix@/var/log/ejabberd
--ETCDIR = $(DESTDIR)@prefix@/etc/ejabberd
-+LOGDIR = $(DESTDIR)/var/log/ejabberd
-+ETCDIR = $(DESTDIR)/etc/jabber
- SBINDIR = $(DESTDIR)@prefix@/sbin
+ LOGDIR = $(DESTDIR)@localstatedir@/log/ejabberd
+-ETCDIR = $(DESTDIR)@sysconfdir@/ejabberd
++ETCDIR = $(DESTDIR)@sysconfdir@/jabber
+ SBINDIR = $(DESTDIR)@sbindir@
  
  ifeq ($(shell uname),Darwin)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/ejabberd-config.patch?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/ejabberd-makefile.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list