summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2006-01-08 10:15:31 +0000
committerdougb <dougb@FreeBSD.org>2006-01-08 10:15:31 +0000
commit2bdeba9d87921218cb6722c0da1b74fe0bd119ac (patch)
tree5b32eb52c896d966f1bb237b4835bd3f29e1dda2 /share
parent6f27a53b6f2b9f17b4144b5da54af97bb6d66991 (diff)
downloadFreeBSD-src-2bdeba9d87921218cb6722c0da1b74fe0bd119ac.zip
FreeBSD-src-2bdeba9d87921218cb6722c0da1b74fe0bd119ac.tar.gz
Add a mechanism to include files added by ports which contain
the names of directories to include in the base ldconfig script. This will eliminate the need for each port to install its own boot script which does nothing but ldocnfig a given directory. This code was developed by flz (ports committer), discussed on freebsd-rc@, and modified slightly by me. Submitted by: flz Reviewed by: brooks
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/rc.conf.517
1 files changed, 17 insertions, 0 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 5a732b8..b915c2a 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -2830,6 +2830,23 @@ which are writable by anyone except root.
Set this variable to
.Dq Li YES
to disable that security check during system startup.
+.It Va ldconfig_local_dirs
+.Pq Vt str
+Set to the list of local
+.Xr ldconfig 8
+directories.
+The names of all files in the directories listed will be
+passed as arguments to
+.Xr ldconfig 8 .
+.It Va ldconfig_local32_dirs
+.Pq Vt str
+Set to the list of local 32-bit compatibility
+.Xr ldconfig 8
+directories.
+The names of all files in the directories listed will be
+passed as arguments to
+.Xr ldconfig 8
+.Fl 32 .
.It Va kern_securelevel_enable
.Pq Vt bool
Set to
OpenPOWER on IntegriCloud