aboutsummaryrefslogtreecommitdiff
path: root/mail/exim
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2002-02-25 12:58:20 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2002-02-25 12:58:20 +0000
commitaec0f27d5c83aacc8cac2593e0c5d67b01c9fa89 (patch)
tree1bc139a8576e8dd019df0e5ad150d098192af4e8 /mail/exim
parent2515226235aab0e2eb1630fb74cf6d487c5532ce (diff)
downloadports-aec0f27d5c83aacc8cac2593e0c5d67b01c9fa89.tar.gz
ports-aec0f27d5c83aacc8cac2593e0c5d67b01c9fa89.zip
Include my preferred work-around, which is to add the library paths
of problem packages to ldconfig_paths in rc.conf(5).
Notes
Notes: svn path=/head/; revision=55231
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/files/POST-INSTALL-NOTES3
-rw-r--r--mail/exim/files/exim.sh.sample3
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/exim/files/POST-INSTALL-NOTES b/mail/exim/files/POST-INSTALL-NOTES
index 622361aed3a0..447d56e0b501 100644
--- a/mail/exim/files/POST-INSTALL-NOTES
+++ b/mail/exim/files/POST-INSTALL-NOTES
@@ -33,7 +33,8 @@ To run Exim instead of sendmail on startup:
However, if Exim is linked against 3rd-party libraries that are not in
the standard library search path (such as MySQL), then it should be
started with ${PREFIX}/etc/rc.d/exim.sh, after said library support is
-enabled through its own startup script.
+enabled through its own startup script. Alternatively, you can add
+the library path of the problem package to ldconfig_paths in rc.conf(5).
You may also want to configure newsyslog(8) to rotate Exim log files:
diff --git a/mail/exim/files/exim.sh.sample b/mail/exim/files/exim.sh.sample
index de6fd4dbcdff..4c2f53fe1c14 100644
--- a/mail/exim/files/exim.sh.sample
+++ b/mail/exim/files/exim.sh.sample
@@ -7,7 +7,8 @@
# However, if Exim is linked against 3rd-party libraries that are not in
# the standard library search path (such as MySQL), then it should be
# started here, after said library support is enabled through its own
-# startup script.
+# startup script. Alternatively, you can add the library path of the
+# problem package to ldconfig_paths in rc.conf(5).
#
# $Id$
#