From owner-cvs-all Mon Feb 25 4:52:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D22E737B496; Mon, 25 Feb 2002 04:51:45 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1PCpYP14229; Mon, 25 Feb 2002 04:51:34 -0800 (PST) (envelope-from sheldonh) Message-Id: <200202251251.g1PCpYP14229@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 25 Feb 2002 04:51:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/exim Makefile pkg-plist ports/mail/exim/files POST-INSTALL-NOTES exim.sh.sample X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2002/02/25 04:51:33 PST Modified files: mail/exim Makefile pkg-plist mail/exim/files POST-INSTALL-NOTES Added files: mail/exim/files exim.sh.sample Log: Cope with the fact that at least one 3rd-party package against which Exim may be linked (MySQL) uses a startup script to add its library path to the linker hints. Explain the problem in POST-INSTALL-NOTES and provide a sample startup script. I think such packages should do away with the script and provide POST-INSTALL-NOTES that encourage the operator to add the library path to ldconfig_paths in /etc/rc.conf, but provide this work-around anyway. Reported by: Oliver Brandmueller Revision Changes Path 1.108 +1 -0 ports/mail/exim/Makefile 1.4 +5 -0 ports/mail/exim/files/POST-INSTALL-NOTES 1.1 +31 -0 ports/mail/exim/files/exim.sh.sample (new) 1.18 +1 -0 ports/mail/exim/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message