summaryrefslogtreecommitdiff
path: root/net-im/jabber
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2002-02-08 15:35:10 +0000
committerKevin Lo <kevlo@FreeBSD.org>2002-02-08 15:35:10 +0000
commit0917ae1fac1ae4399fc358bc37592eb3a70fffac (patch)
treeb990cc725603865ebdaf1cfda84f937c8f935347 /net-im/jabber
parentUpdate to 0.11.1.94. (diff)
Fix pth is in the library path.
PR: 34681 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=54381
Diffstat (limited to 'net-im/jabber')
-rw-r--r--net-im/jabber/files/jabberd.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-im/jabber/files/jabberd.sh b/net-im/jabber/files/jabberd.sh
index 5fe6dfd4c06b..b32951192940 100644
--- a/net-im/jabber/files/jabberd.sh
+++ b/net-im/jabber/files/jabberd.sh
@@ -9,6 +9,9 @@ rundir=/tmp
out=/var/log/jabber.log
hostname=`/bin/hostname`
+# Load PTH libraries
+ldconfig -m `${PREFIX}/bin/pth-config --libdir`
+
export PATH=/bin:/usr/bin:${PREFIX}/bin
umask 077