diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-08 15:35:10 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-08 15:35:10 +0000 |
commit | 0917ae1fac1ae4399fc358bc37592eb3a70fffac (patch) | |
tree | b990cc725603865ebdaf1cfda84f937c8f935347 /net-im | |
parent | 35c4dde2902930a8a7029646e2e3a32af3ca10c5 (diff) | |
download | ports-0917ae1fac1ae4399fc358bc37592eb3a70fffac.tar.gz ports-0917ae1fac1ae4399fc358bc37592eb3a70fffac.zip |
Fix pth is in the library path.
PR: 34681
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=54381
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/jabber/files/jabberd.sh | 3 |
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 |