Hello Adrian, I updated the jabberd rpm to the latest version, and it seems to work fine. Would you mind if I push the following changes to CVS for the devel branch? Index: jabberd.spec =================================================================== RCS file: /cvs/pkgs/rpms/jabberd/devel/jabberd.spec,v retrieving revision 1.23 diff -u -p -u -p -r1.23 jabberd.spec --- jabberd.spec 11 Feb 2008 10:54:20 -0000 1.23 +++ jabberd.spec 6 Aug 2008 08:19:07 -0000 @@ -1,10 +1,10 @@ Summary: OpenSource server implementation of the Jabber protocols Name: jabberd -Version: 2.1.23 +Version: 2.2.2 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Daemons -Source0: http://ftp.xiaoka.com/jabberd2/releases/jabberd-2.1.23.tar.bz2 +Source0: http://ftp.xiaoka.com/jabberd2/releases/jabberd-2.2.2.tar.bz2 Source1: jabberd Source2: jabberd.sysconfig URL: http://jabberd2.xiaoka.com/ @@ -185,11 +185,14 @@ fi %{_datadir}/%{name}/ %{_initrddir}/%{name} %config(noreplace) %{_sysconfdir}/pam.d/jabberd -%config(noreplace) %{_sysconfdir}/sysconfig/jabberd +%config %{_sysconfdir}/sysconfig/jabberd %attr(-, jabber, jabber) %{_var}/lib/jabberd %ghost %{_sysconfdir}/jabberd/server.pem %changelog +* Wed Aug 06 2008 Bernie Innocenti <bernie@xxxxxxxxxxx> - 2.2.2-1 +- updated to 2.2.2 + * Thu Feb 11 2008 Adrian Reber <adrian@xxxxxxxx> - 2.1.23-1 - updated to 2.1.23 Index: jabberd.sysconfig =================================================================== RCS file: /cvs/pkgs/rpms/jabberd/devel/jabberd.sysconfig,v retrieving revision 1.3 diff -u -p -u -p -r1.3 jabberd.sysconfig --- jabberd.sysconfig 30 Mar 2005 19:46:31 -0000 1.3 +++ jabberd.sysconfig 6 Aug 2008 08:19:07 -0000 @@ -3,16 +3,15 @@ # # the following example shows a configuration for a startup of jabberd daemons # necessary for a jabberd server running on one host -# START_DAEMONS="router resolver sm c2s s2s" +# START_DAEMONS="router sm c2s s2s" # # a jabberd server consists of: # * router -# * resolver # * sm (Session Manager) # * c2s (Client to Server) # * s2s (Server to Server) # -START_DAEMONS="router resolver sm c2s s2s" +START_DAEMONS="router sm c2s s2s" # set C2S_AS_ROOT to "yes" to start c2s as root # this can be necessary if c2s needs to authenticate against pam/shadow -- \___/ Bernie Innocenti - http://www.codewiz.org/ _| X | Sugar Labs Team - http://www.sugarlabs.org/ \|_O_| "It's an education project, not a laptop project!" -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list