diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2002-02-25 20:58:20 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2002-02-25 20:58:20 +0800 |
commit | a127885bc4f8ec91c8fd88354ec40438073c0cc7 (patch) | |
tree | 87219f3c50d5d3cf04e497c5e2bd0c983436ffef /mail | |
parent | 8f2b1e3b3ef308179bc162b675985482231b190b (diff) | |
download | freebsd-ports-gnome-a127885bc4f8ec91c8fd88354ec40438073c0cc7.tar.gz freebsd-ports-gnome-a127885bc4f8ec91c8fd88354ec40438073c0cc7.tar.zst freebsd-ports-gnome-a127885bc4f8ec91c8fd88354ec40438073c0cc7.zip |
Include my preferred work-around, which is to add the library paths
of problem packages to ldconfig_paths in rc.conf(5).
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim-old/files/POST-INSTALL-NOTES | 3 | ||||
-rw-r--r-- | mail/exim-old/files/exim.sh.sample | 3 | ||||
-rw-r--r-- | mail/exim/files/POST-INSTALL-NOTES | 3 | ||||
-rw-r--r-- | mail/exim/files/exim.sh.sample | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/mail/exim-old/files/POST-INSTALL-NOTES b/mail/exim-old/files/POST-INSTALL-NOTES index 622361aed3a0..447d56e0b501 100644 --- a/mail/exim-old/files/POST-INSTALL-NOTES +++ b/mail/exim-old/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-old/files/exim.sh.sample b/mail/exim-old/files/exim.sh.sample index de6fd4dbcdff..4c2f53fe1c14 100644 --- a/mail/exim-old/files/exim.sh.sample +++ b/mail/exim-old/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$ # 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$ # |