diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-03-28 19:44:05 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-03-28 19:44:05 +0000 |
commit | 6c3fb39c1723b741f69bbf3a7f376dbd01de94d0 (patch) | |
tree | 818585795b4b142e34e7e7db2ee5a178aa9f0a8f /chat/jabberd2/patches/patch-ac | |
parent | f91003b11632abde1e598b5922c72b4e6d973586 (diff) | |
download | pkgsrc-6c3fb39c1723b741f69bbf3a7f376dbd01de94d0.tar.gz |
Initial import of jabberd2 (2.0s2) from pkgsrc-wip.
Jabber is an open XML protocol for real-time exchange of messages and
presence notification between any two points on the Internet. The first
application of Jabber technology is an asynchronous, extensible instant
messaging platform, and an IM network that offers functionality similar
to legacy IM systems such as AIM, ICQ, MSN, and Yahoo.
This is a complete rewrite of the original jabberd.
Diffstat (limited to 'chat/jabberd2/patches/patch-ac')
-rw-r--r-- | chat/jabberd2/patches/patch-ac | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/chat/jabberd2/patches/patch-ac b/chat/jabberd2/patches/patch-ac new file mode 100644 index 00000000000..50ba0c2aa72 --- /dev/null +++ b/chat/jabberd2/patches/patch-ac @@ -0,0 +1,49 @@ +$NetBSD: patch-ac,v 1.1.1.1 2004/03/28 19:44:09 xtraeme Exp $ + +--- etc/sm.xml.in.orig 2003-10-08 02:32:20.000000000 +0200 ++++ etc/sm.xml.in 2003-10-08 02:33:37.000000000 +0200 +@@ -9,7 +9,7 @@ + <!-- The process ID file. comment this out if you don't need to know + to know the process ID from outside the process (eg for control + scripts) --> +- <pidfile>@localstatedir@/jabberd/pid/sm.pid</pidfile> ++ <pidfile>@PIDDIR@/sm.pid</pidfile> + + <!-- Router connection configuration --> + <router> +@@ -26,7 +26,7 @@ + commented out, or the file can't be read, no attempt will be + made to establish an encrypted channel with the router. --> + <!-- +- <pemfile>@sysconfdir@/server.pem</pemfile> ++ <pemfile>@SSLCERTS@/server.pem</pemfile> + --> + + <!-- Router connection retry --> +@@ -55,7 +55,7 @@ + + <!-- If logging to file, this is the filename of the logfile --> + <!-- +- <file>@localstatedir@/jabberd/log/sm.log</file> ++ <file>@LOGDIR@/sm.log</file> + --> + </log> + +@@ -116,7 +116,7 @@ + <!-- Berkeley DB driver configuration --> + <db> + <!-- Directory to store database files under --> +- <path>@localstatedir@/jabberd/db</path> ++ <path>@DBDIR@</path> + + <!-- Synchronize the database to disk after each write. If you + disable this, database accesses may be faster, but data may +@@ -371,7 +371,7 @@ + stored in the users data store when they are created. --> + <template> + <!-- +- <roster>@sysconfdir@/templates/roster.xml</roster> ++ <roster>@PKG_SYSCONFDIR@/roster.xml</roster> + --> + </template> + </user> |