summaryrefslogtreecommitdiff
path: root/chat/jabberd2
diff options
context:
space:
mode:
authorsborrill <sborrill@pkgsrc.org>2007-11-15 12:57:21 +0000
committersborrill <sborrill@pkgsrc.org>2007-11-15 12:57:21 +0000
commit02bff73ef0b35dfc32c7c6d1f15cdd560ecb5920 (patch)
treea91d361c79ab298cdb95426766c2d9aada219a7d /chat/jabberd2
parent390e1a5efbf5cf2a18994f3bef9c22dc16f479bb (diff)
downloadpkgsrc-02bff73ef0b35dfc32c7c6d1f15cdd560ecb5920.tar.gz
The startup order of the jabberd components is important; alphabetical order
isn't good enough! Ensure that c2s starts after router (which it needs to connect to). This saves it having to retry the connection. Bump PKGREVISION
Diffstat (limited to 'chat/jabberd2')
-rw-r--r--chat/jabberd2/Makefile4
-rwxr-xr-xchat/jabberd2/files/jabberd.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/chat/jabberd2/Makefile b/chat/jabberd2/Makefile
index d051b05a7c1..3455feec7e6 100644
--- a/chat/jabberd2/Makefile
+++ b/chat/jabberd2/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.41 2007/08/26 09:10:54 xtraeme Exp $
+# $NetBSD: Makefile,v 1.42 2007/11/15 12:57:21 sborrill Exp $
#
DISTNAME= jabberd-2.1.14
-#PKGREVISION= 1
+PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= http://ftp.xiaoka.com/jabberd2/releases/
EXTRACT_SUFX= .tar.bz2
diff --git a/chat/jabberd2/files/jabberd.sh b/chat/jabberd2/files/jabberd.sh
index 29a54b83f81..89d78a75f40 100755
--- a/chat/jabberd2/files/jabberd.sh
+++ b/chat/jabberd2/files/jabberd.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: jabberd.sh,v 1.1.1.1 2004/03/28 19:44:07 xtraeme Exp $
+# $NetBSD: jabberd.sh,v 1.2 2007/11/15 12:57:22 sborrill Exp $
#
# KEYWORD: nostart
@@ -36,7 +36,7 @@ reverse_commands()
done
}
-COMMAND_LIST="c2s resolver router s2s sm"
+COMMAND_LIST="resolver router c2s s2s sm"
name="jabberd"
start_cmd="forward_commands"