diff options
author | steve <steve@FreeBSD.org> | 1997-12-27 19:50:55 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1997-12-27 19:50:55 +0000 |
commit | c3178de1e2f45618ef0b6a9ec29293af88eddc89 (patch) | |
tree | adb03495512d3565dceece090be23d641a6f996a /share/man | |
parent | 7be657e8a3cea8836256fd74b774ad09297f52df (diff) | |
download | FreeBSD-src-c3178de1e2f45618ef0b6a9ec29293af88eddc89.zip FreeBSD-src-c3178de1e2f45618ef0b6a9ec29293af88eddc89.tar.gz |
Document the new ldconfig_paths variable.
PR: 5178
Submitted by: Evan Champion <evanc@synapse.net>
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/rc.conf.5 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 69e30ec..02f799f 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: rc.conf.5,v 1.8 1997/12/24 00:59:28 alex Exp $ +.\" $Id: rc.conf.5,v 1.9 1997/12/27 05:55:54 jkh Exp $ .\" .Dd April 26, 1997 .Dt RC.CONF 5 @@ -725,6 +725,12 @@ boot time. if you want .Pa /tmp to be cleaned at startup. +.It Ar ldconfig_paths +(str) Set to the list of shared library paths to use with +.Xr ldconfig 8 . +NOTE: +.Pa /usr/lib +will always be added first, so it need not appear in this list. .Sh SEE ALSO .Xr gdb 1 , |