Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  6 Feb 2002 17:51:47 -0800 (PST)
From:      Sean Chittenden <sean@chittenden.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34681: Update Jabber port startup file...
Message-ID:  <20020207015147.E4E7520F19@mail.tgd.net>

next in thread | raw e-mail | index | archive | help

>Number:         34681
>Category:       ports
>Synopsis:       Update Jabber port startup file...
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 06 18:00:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Sean Chittenden
>Release:        FreeBSD 4.5-RC i386
>Organization:
>Environment:
System: FreeBSD ninja1.internal 4.5-RC FreeBSD 4.5-RC #0: Thu Jan 10 14:10:58 PST 2002 root@ninja1.internal:/opt/obj/opt/src/sys/NINJA i386


	
>Description:
	pth is in the library path when jabber is built, however after a
	a restart it is not found.
>How-To-Repeat:
	Build jabber, reboot system, watch jabber not start.
>Fix:
	Bug found and suggestion from Rasputin <rasputin@submonkey.net>.
	Suggestion tweaked slightly.  Much thanks.

Index: net/jabber/files/jabberd.sh
===================================================================
RCS file: /home/ncvs/ports/net/jabber/files/jabberd.sh,v
retrieving revision 1.3
diff -u -r1.3 jabberd.sh
--- net/jabber/files/jabberd.sh	2001/03/11 15:40:01	1.3
+++ net/jabber/files/jabberd.sh	2002/02/07 01:47:07
@@ -9,6 +9,9 @@
 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
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020207015147.E4E7520F19>